WIP: ldk improvements

This commit is contained in:
Overtorment 2021-11-02 18:10:06 +00:00
parent c612901af3
commit 4e677650b5
No known key found for this signature in database
GPG key ID: AB15F43F78CCBC06

View file

@ -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) {