mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
test: Fix backwards compatibility intermittent failure
This commit is contained in:
parent
a653f4bb1f
commit
c29bff5b91
1 changed files with 1 additions and 0 deletions
|
@ -274,6 +274,7 @@ class BackwardsCompatibilityTest(BitcoinTestFramework):
|
||||||
assert_equal(info["desc"], descsum_create(descriptor))
|
assert_equal(info["desc"], descsum_create(descriptor))
|
||||||
|
|
||||||
# Now copy that same wallet back to 0.16 to make sure no automatic upgrade breaks it
|
# 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"))
|
os.remove(os.path.join(node_v16_wallets_dir, "wallets/u1_v16"))
|
||||||
shutil.copyfile(
|
shutil.copyfile(
|
||||||
os.path.join(node_master_wallets_dir, "u1_v16"),
|
os.path.join(node_master_wallets_dir, "u1_v16"),
|
||||||
|
|
Loading…
Add table
Reference in a new issue