aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_rbf.py
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-01-21 11:20:08 +0100
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-01-21 11:18:12 +0100
commitfa88c043d19f15a8716c11102b0db3c68501db28 (patch)
tree6e93ec41c5b09cd17a54bebf1511b9dc8a429c4c /test/functional/feature_rbf.py
parentc0b6c40bb084752f686ff77e6883ee6fd16eba26 (diff)
downloadbitcoin-fa88c043d19f15a8716c11102b0db3c68501db28.tar.xz
test: Fix intermittent feature_rbf issue
Diffstat (limited to 'test/functional/feature_rbf.py')
-rwxr-xr-xtest/functional/feature_rbf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/feature_rbf.py b/test/functional/feature_rbf.py
index 0a84a66a8f..947d2e8273 100755
--- a/test/functional/feature_rbf.py
+++ b/test/functional/feature_rbf.py
@@ -392,11 +392,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