mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-20 22:24:54 +01:00
fix: non sat amounts on melt (#839)
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user