feat: phoenixd ln backend

This commit is contained in:
thesimplekid
2024-08-06 12:26:39 -04:00
parent 8ee5f62d62
commit cc5efd9887
17 changed files with 456 additions and 17 deletions

View File

@@ -146,7 +146,8 @@ impl MintLightning for LNbits {
Ok(PaymentQuoteResponse {
request_lookup_id: melt_quote_request.request.payment_hash().to_string(),
amount,
fee,
fee: fee.into(),
state: MeltQuoteState::Unpaid,
})
}