mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge bf9361d375 into merged_master (Bitcoin PR bitcoin/bitcoin#26941)
This commit is contained in:
commit
8c94853dce
1 changed files with 2 additions and 2 deletions
|
|
@ -408,11 +408,11 @@ class ReplaceByFeeTest(BitcoinTestFramework):
|
|||
enough transactions off of each root UTXO to exceed the MAX_REPLACEMENT_LIMIT.
|
||||
Then create a conflicting RBF replacement transaction.
|
||||
"""
|
||||
normal_node = self.nodes[1]
|
||||
wallet = MiniWallet(normal_node)
|
||||
# Clear mempools to avoid cross-node sync failure.
|
||||
for node in self.nodes:
|
||||
self.generate(node, 1)
|
||||
normal_node = self.nodes[1]
|
||||
wallet = MiniWallet(normal_node)
|
||||
|
||||
# This has to be chosen so that the total number of transactions can exceed
|
||||
# MAX_REPLACEMENT_LIMIT without having any one tx graph run into the descendant
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue