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 fa3af2c commit fa5a91aCopy full SHA for fa5a91a
test/functional/p2p_feefilter.py
@@ -108,7 +108,7 @@ def test_feefilter(self):
108
# to 35 entries in an inv, which means that when this next transaction
109
# is eligible for relay, the prior transactions from node1 are eligible
110
# as well.
111
- txids = [miniwallet.send_self_transfer(fee_rate=Decimal('0.00020000'), from_node=node0)['wtxid'] for _ in range(3)]
+ txids = [miniwallet.send_self_transfer(fee_rate=Decimal('0.00020000'), from_node=node0)['wtxid'] for _ in range(1)]
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
0 commit comments