mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
WIP: ldk improvements
This commit is contained in:
parent
c612901af3
commit
4e677650b5
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ export class LightningLdkWallet extends LightningCustodianWallet {
|
|||
* agree that channel is now established
|
||||
*/
|
||||
async reconnectPeersWithPendingChannels() {
|
||||
const peers = await this.listPeers();
|
||||
const peers = await RnLdk.listPeers();
|
||||
const peers2reconnect: Record<string, boolean> = {};
|
||||
if (this._listChannels) {
|
||||
for (const channel of this._listChannels) {
|
||||
|
|
Loading…
Add table
Reference in a new issue