BlueWallet / rn-ldk

Lightweight lightning node for React Native
MIT License
136 stars 25 forks source link

Channels show as pending after 6+ confirmations #49

Open blankscreengithub opened 2 years ago

blankscreengithub commented 2 years ago

I opened up 2 channels, but the Channels screen shows the channels as "Pending". Number of peers = 0 and Number of channels = 2 in the log.

Overtorment commented 2 years ago

you need to connect to those peers, otherwise ldk and remote end wont be able to finally agree that channels are now opened

blankscreengithub commented 2 years ago

That's what I thought. Where in the app is the option connect those peers? I'm not finding it for some reason.

I'm using the LDK wallet in BlueWallet. Maybe this issue needs to be posted in BlueWallet?

blankscreengithub commented 2 years ago

Update: one channel is now connected as a peer, so I can use that one. The other channel still shows as "pending".

Overtorment commented 2 years ago

hmm, bluewallet should reconnect peers automatically. maybe the peer that i snot connected is not currenyly online

blankscreengithub commented 2 years ago

Odd. It was a channel to the Coinos.io node that never connected as a peer.

The channel to Coingate (from the default selection) finally connected as a peer but it took several hours.