Skip to content

Commit fa5a91a

Browse files
author
MarcoFalke
committed
test: Fix typo (one tx is enough) in p2p_feefilter
1 parent fa3af2c commit fa5a91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/p2p_feefilter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def test_feefilter(self):
108108
# to 35 entries in an inv, which means that when this next transaction
109109
# is eligible for relay, the prior transactions from node1 are eligible
110110
# as well.
111-
txids = [miniwallet.send_self_transfer(fee_rate=Decimal('0.00020000'), from_node=node0)['wtxid'] for _ in range(3)]
111+
txids = [miniwallet.send_self_transfer(fee_rate=Decimal('0.00020000'), from_node=node0)['wtxid'] for _ in range(1)]
112112
conn.wait_for_invs_to_match(txids)
113113
conn.clear_invs()
114114
self.sync_mempools() # must be sure node 1 has received all txs

0 commit comments

Comments
 (0)