We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e998a72 commit 3a0e3a1Copy full SHA for 3a0e3a1
tests/test_gossip.py
@@ -40,6 +40,7 @@ def test_gossip_pruning(node_factory, bitcoind):
40
scid2, _ = l2.fundchannel(l3, 10**6)
41
42
mine_funding_to_announce(bitcoind, [l1, l2, l3])
43
+ wait_for(lambda: l1.rpc.listchannels(source=l1.info['id'])['channels'] != [])
44
l1_initial_cupdate_timestamp = only_one(l1.rpc.listchannels(source=l1.info['id'])['channels'])['last_update']
45
46
# Get timestamps of initial updates, so we can ensure they change.
0 commit comments