Skip to content

Commit

Permalink
test: Fix intermittent issue in wallet_backwards_compatibility.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy808 committed Apr 28, 2024
1 parent 3aaf732 commit ec77791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/wallet_backwards_compatibility.py
Expand Up @@ -172,6 +172,7 @@ def run_test(self):
# Create another conflicting transaction using RBF
tx3_id = node_master.sendtoaddress(return_address, 1)
tx4_id = node_master.bumpfee(tx3_id)["txid"]
self.sync_mempools()
# Abandon transaction, but don't confirm
node_master.abandontransaction(tx3_id)

Expand Down

0 comments on commit ec77791

Please sign in to comment.