From ec777917d6eba0b417dbc90b9b891240a44b7ec4 Mon Sep 17 00:00:00 2001 From: Randall Naar Date: Sat, 27 Apr 2024 23:50:18 -0400 Subject: [PATCH] test: Fix intermittent issue in wallet_backwards_compatibility.py --- test/functional/wallet_backwards_compatibility.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/functional/wallet_backwards_compatibility.py b/test/functional/wallet_backwards_compatibility.py index ab008a40cdb..f66ab5f52c2 100755 --- a/test/functional/wallet_backwards_compatibility.py +++ b/test/functional/wallet_backwards_compatibility.py @@ -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)