fix: non sat amounts on melt (#839)

This commit is contained in:
thesimplekid
2025-06-25 14:08:00 +01:00
committed by GitHub
parent 4f4605df9e
commit 738202b957
10 changed files with 60 additions and 31 deletions

View File

@@ -183,6 +183,7 @@ impl MintPayment for LNbits {
Ok(PaymentQuoteResponse {
request_lookup_id: bolt11.payment_hash().to_string(),
amount,
unit: unit.clone(),
fee: fee.into(),
state: MeltQuoteState::Unpaid,
})