REF: LDK now pays through internal routing (not server-based)

This commit is contained in:
Overtorment 2022-03-08 20:05:57 +00:00
parent 0bc4fefef8
commit 6251fc9d8d

View File

@ -340,7 +340,7 @@ export class LightningLdkWallet extends LightningCustodianWallet {
}
async sendPayment(invoice: string, freeAmount: number) {
return RnLdk.sendPayment(invoice, freeAmount);
return RnLdk.payInvoice(invoice, freeAmount);
}
/**