Update wallet_multiwallet.py for descriptor and sqlite wallets

This commit is contained in:
Russell Yanofsky
2020-10-07 14:50:05 -04:00
committed by Andrew Chow
parent 310b0fde04
commit c4a29d0a90
3 changed files with 26 additions and 12 deletions

View File

@@ -103,7 +103,7 @@ class BitcoinTestFramework(metaclass=BitcoinTestMetaClass):
self.supports_cli = True
self.bind_to_localhost_only = True
self.parse_args()
self.default_wallet_name = ""
self.default_wallet_name = "default_wallet" if self.options.descriptors else ""
self.wallet_data_filename = "wallet.dat"
# Optional list of wallet names that can be set in set_test_params to
# create and import keys to. If unset, default is len(nodes) *