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 9e8d2bd commit fa3af2cCopy full SHA for fa3af2c
test/functional/p2p_feefilter.py
@@ -111,6 +111,7 @@ def test_feefilter(self):
111
txids = [miniwallet.send_self_transfer(fee_rate=Decimal('0.00020000'), from_node=node0)['wtxid'] for _ in range(3)]
112
conn.wait_for_invs_to_match(txids)
113
conn.clear_invs()
114
+ self.sync_mempools() # must be sure node 1 has received all txs
115
116
self.log.info("Remove fee filter and check txs are received again")
117
conn.send_and_ping(msg_feefilter(0))
0 commit comments