You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try to open a channel with fundchannel to a disconnected peer, the CLI just hangs. I'd expect it to display an error message along the lines of: "The peer is disconnected. You have to connect to the peer to open a channel.". I observe the same behavior for totally unknown peers and for known but disconnected peers.
Since #3314 was merged we will attempt to connect to a peer when we get a fundchannel call and we aren't connected to the node yet. This was added as a usability feature since we got the feedback that this makes it easier.
Issue and Steps to Reproduce
If I try to open a channel with
fundchannel
to a disconnected peer, the CLI just hangs. I'd expect it to display an error message along the lines of: "The peer is disconnected. You have to connect to the peer to open a channel.". I observe the same behavior for totally unknown peers and for known but disconnected peers.getinfo
outputThe text was updated successfully, but these errors were encountered: