mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge 7012db2a6b into merged_master (Bitcoin PR #20176)
This commit is contained in:
commit
797a5bf283
1 changed files with 2 additions and 1 deletions
|
|
@ -108,9 +108,10 @@ class FeeFilterTest(BitcoinTestFramework):
|
|||
# to 35 entries in an inv, which means that when this next transaction
|
||||
# is eligible for relay, the prior transactions from node1 are eligible
|
||||
# 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.clear_invs()
|
||||
self.sync_mempools() # must be sure node 1 has received all txs
|
||||
|
||||
self.log.info("Remove fee filter and check txs are received again")
|
||||
conn.send_and_ping(msg_feefilter(0))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue