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 3aaf732 commit ec77791Copy full SHA for ec77791
test/functional/wallet_backwards_compatibility.py
@@ -172,6 +172,7 @@ def run_test(self):
172
# Create another conflicting transaction using RBF
173
tx3_id = node_master.sendtoaddress(return_address, 1)
174
tx4_id = node_master.bumpfee(tx3_id)["txid"]
175
+ self.sync_mempools()
176
# Abandon transaction, but don't confirm
177
node_master.abandontransaction(tx3_id)
178
0 commit comments