mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
REF: LDK now pays through internal routing (not server-based)
This commit is contained in:
parent
0bc4fefef8
commit
6251fc9d8d
@ -340,7 +340,7 @@ export class LightningLdkWallet extends LightningCustodianWallet {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async sendPayment(invoice: string, freeAmount: number) {
|
async sendPayment(invoice: string, freeAmount: number) {
|
||||||
return RnLdk.sendPayment(invoice, freeAmount);
|
return RnLdk.payInvoice(invoice, freeAmount);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user