This commit is contained in:
@@ -53,7 +53,7 @@ class CashuProcessor {
|
|||||||
LightningAddressResolver().lnAddressInvoice(
|
LightningAddressResolver().lnAddressInvoice(
|
||||||
lnaddress = lud16,
|
lnaddress = lud16,
|
||||||
milliSats = token.redeemInvoiceAmount * 1000, // Make invoice and leave room for fees
|
milliSats = token.redeemInvoiceAmount * 1000, // Make invoice and leave room for fees
|
||||||
message = "Reedem Cashu",
|
message = "Redeem Cashu",
|
||||||
onSuccess = { invoice ->
|
onSuccess = { invoice ->
|
||||||
meltInvoice(token, invoice, onSuccess, onError)
|
meltInvoice(token, invoice, onSuccess, onError)
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user