Skip to content

Commit

Permalink
patch moredebug.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyrussell committed May 23, 2022
1 parent 90c0f90 commit 98c88ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/pyln-testing/pyln/testing/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1484,6 +1484,7 @@ def join_nodes(self, nodes, fundchannel=True, fundamount=FUNDAMOUNT, wait_for_an
for n in nodes:
for end in (nodes[0], nodes[-1]):
wait_for(lambda: end.rpc.listnodes(n.info['id'])['nodes'] != [])
print("***listnodes = {}".format(end.rpc.listnodes(n.info['id'])['nodes']))
wait_for(lambda: 'alias' in only_one(end.rpc.listnodes(n.info['id'])['nodes']))

def line_graph(self, num_nodes, fundchannel=True, fundamount=FUNDAMOUNT, wait_for_announce=False, opts=None, announce_channels=True):
Expand Down

0 comments on commit 98c88ee

Please sign in to comment.