mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 01:43:36 +01:00
pytest: another bad gossip flake
This time in renepay tests. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
f0ccfeaf64
commit
28c4a52aa6
@ -297,6 +297,10 @@ def start_channels(connections):
|
||||
scid = src.get_channel_scid(dst)
|
||||
scids.append(scid)
|
||||
|
||||
# Make sure they have all seen block so they don't complain about
|
||||
# the coming gossip messages
|
||||
sync_blockheight(bitcoind, nodes)
|
||||
|
||||
bitcoind.generate_block(5)
|
||||
|
||||
# Make sure everyone sees all channels, all other nodes
|
||||
|
Loading…
Reference in New Issue
Block a user