Skip to content

Commit ec77791

Browse files
committed
test: Fix intermittent issue in wallet_backwards_compatibility.py
1 parent 3aaf732 commit ec77791

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/wallet_backwards_compatibility.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def run_test(self):
172172
# Create another conflicting transaction using RBF
173173
tx3_id = node_master.sendtoaddress(return_address, 1)
174174
tx4_id = node_master.bumpfee(tx3_id)["txid"]
175+
self.sync_mempools()
175176
# Abandon transaction, but don't confirm
176177
node_master.abandontransaction(tx3_id)
177178

0 commit comments

Comments
 (0)