Skip to content

Commit

Permalink
pytest: another bad gossip flake
Browse files Browse the repository at this point in the history
This time in renepay tests.

Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Feb 3, 2024
1 parent f0ccfea commit 28c4a52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_renepay.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 28c4a52

Please sign in to comment.