diff options
author | Aurèle Oulès <aurele@oules.com> | 2022-12-08 11:12:28 +0100 |
---|---|---|
committer | Aurèle Oulès <aurele@oules.com> | 2022-12-08 11:13:34 +0100 |
commit | c29bff5b91061b565076093b7245dfb1717e97b7 (patch) | |
tree | e34c2f18e66c920fc5c4a753cb99067ee419eb71 /test/functional | |
parent | a653f4bb1f0630a4b2507c3464909a64c6fca7e3 (diff) |
test: Fix backwards compatibility intermittent failure
Diffstat (limited to 'test/functional')
-rwxr-xr-x | test/functional/feature_backwards_compatibility.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/feature_backwards_compatibility.py b/test/functional/feature_backwards_compatibility.py index 5fe4a95f6f..c1855b9da4 100755 --- a/test/functional/feature_backwards_compatibility.py +++ b/test/functional/feature_backwards_compatibility.py @@ -274,6 +274,7 @@ class BackwardsCompatibilityTest(BitcoinTestFramework): assert_equal(info["desc"], descsum_create(descriptor)) # Now copy that same wallet back to 0.16 to make sure no automatic upgrade breaks it + node_master.unloadwallet("u1_v16") os.remove(os.path.join(node_v16_wallets_dir, "wallets/u1_v16")) shutil.copyfile( os.path.join(node_master_wallets_dir, "u1_v16"), |