mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-23 23:12:20 +02:00
Require legacy wallet for wallet_upgradewallet.py
This commit is contained in:
parent
b1b679e0ab
commit
fbaea7bfe4
@ -225,7 +225,7 @@ BASE_SCRIPTS = [
|
||||
'wallet_import_rescan.py --legacy-wallet',
|
||||
'wallet_import_with_label.py --legacy-wallet',
|
||||
'wallet_importdescriptors.py --descriptors',
|
||||
'wallet_upgradewallet.py',
|
||||
'wallet_upgradewallet.py --legacy-wallet',
|
||||
'rpc_bind.py --ipv4',
|
||||
'rpc_bind.py --ipv6',
|
||||
'rpc_bind.py --nonloopback',
|
||||
|
@ -57,6 +57,7 @@ class UpgradeWalletTest(BitcoinTestFramework):
|
||||
|
||||
def skip_test_if_missing_module(self):
|
||||
self.skip_if_no_wallet()
|
||||
self.skip_if_no_bdb()
|
||||
self.skip_if_no_previous_releases()
|
||||
|
||||
def setup_network(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user