EMPTY_PASSPHRASE_MSG="Empty string given as passphrase, wallet will not be encrypted."
LEGACY_WALLET_MSG="Wallet created successfully. The legacy wallet type is being deprecated and support for creating and opening legacy wallets will be removed in the future."
classCreateWalletTest(BitcoinTestFramework):
defadd_options(self,parser):
self.add_wallet_options(parser)
@ -159,7 +163,9 @@ class CreateWalletTest(BitcoinTestFramework):
assert_equal(res["warning"],"Wallet created successfully. The legacy wallet type is being deprecated and support for creating and opening legacy wallets will be removed in the future.")