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 c0b6c40 commit fa88c04Copy full SHA for fa88c04
test/functional/feature_rbf.py
@@ -392,11 +392,11 @@ def test_too_many_replacements_with_default_mempool_params(self):
392
enough transactions off of each root UTXO to exceed the MAX_REPLACEMENT_LIMIT.
393
Then create a conflicting RBF replacement transaction.
394
"""
395
- normal_node = self.nodes[1]
396
- wallet = MiniWallet(normal_node)
397
# Clear mempools to avoid cross-node sync failure.
398
for node in self.nodes:
399
self.generate(node, 1)
+ normal_node = self.nodes[1]
+ wallet = MiniWallet(normal_node)
400
401
# This has to be chosen so that the total number of transactions can exceed
402
# MAX_REPLACEMENT_LIMIT without having any one tx graph run into the descendant
0 commit comments