Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
itest: ensure peer is connected befor channel open
After restarting the node, it will only actively connect to peers that it has channels with. Since `assertChannelExistsAndClose` will close the channels the node has with its peer right before shutdown, we cannot guarantee that they are connected on start up and so need to actively connect them.
- Loading branch information