Skip to content

Commit fa3af2c

Browse files
author
MarcoFalke
committed
test: Fix intermittent issue in p2p_feefilter
1 parent 9e8d2bd commit fa3af2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/p2p_feefilter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ def test_feefilter(self):
111111
txids = [miniwallet.send_self_transfer(fee_rate=Decimal('0.00020000'), from_node=node0)['wtxid'] for _ in range(3)]
112112
conn.wait_for_invs_to_match(txids)
113113
conn.clear_invs()
114+
self.sync_mempools() # must be sure node 1 has received all txs
114115

115116
self.log.info("Remove fee filter and check txs are received again")
116117
conn.send_and_ping(msg_feefilter(0))

0 commit comments

Comments
 (0)