Skip to content

Commit

Permalink
chore: drop version of wallet to the oldest supported by current vers…
Browse files Browse the repository at this point in the history
…ion of script

Version 19.3.0 to 0.16.1.1
  • Loading branch information
knst committed Jan 25, 2024
1 parent 106fdd3 commit 973518e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/wallet_upgradewallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def set_test_params(self):
["-usehd=1"], # v20.0.1 wallet
["-usehd=0"] # v19.3.0 wallet
]
self.wallet_names = [self.default_wallet_name, self.default_wallet_name, None]

def skip_test_if_missing_module(self):
self.skip_if_no_wallet()
Expand All @@ -40,7 +41,7 @@ def setup_nodes(self):
self.add_nodes(self.num_nodes, extra_args=self.extra_args, versions=[
None,
20000100,
19030000,
160101, # that's oldest version that support `import_deterministic_coinbase_privkeys`
])
self.start_nodes()
self.import_deterministic_coinbase_privkeys()
Expand Down

0 comments on commit 973518e

Please sign in to comment.