Tags: griffero/lnd
Tags
test: update the ConnectPeer framework method to block until connect This commit modifies the ConnectPeer method on the testing framework to block (with a timeout) until the target peer is actually detected as being connected. This was added as the peer connection logic was made to be more asynchronous in a prior commit.