mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-17 21:50:43 +02:00
test: Fix typo (one tx is enough) in p2p_feefilter
This commit is contained in:
parent
fa3af2c0d3
commit
fa5a91a352
@ -108,7 +108,7 @@ class FeeFilterTest(BitcoinTestFramework):
|
|||||||
# to 35 entries in an inv, which means that when this next transaction
|
# to 35 entries in an inv, which means that when this next transaction
|
||||||
# is eligible for relay, the prior transactions from node1 are eligible
|
# is eligible for relay, the prior transactions from node1 are eligible
|
||||||
# as well.
|
# as well.
|
||||||
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)]
|
||||||
conn.wait_for_invs_to_match(txids)
|
conn.wait_for_invs_to_match(txids)
|
||||||
conn.clear_invs()
|
conn.clear_invs()
|
||||||
self.sync_mempools() # must be sure node 1 has received all txs
|
self.sync_mempools() # must be sure node 1 has received all txs
|
||||||
|
Loading…
Reference in New Issue
Block a user