mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-03 18:26:15 +00:00
tests: Test that descriptors flag is set for migrated blank wallets
This commit is contained in:
parent
072d506240
commit
3904123da9
@ -881,7 +881,7 @@ class WalletMigrationTest(BitcoinTestFramework):
|
||||
assert_equal(wallet.getwalletinfo()["blank"], True)
|
||||
wallet.migratewallet()
|
||||
assert_equal(wallet.getwalletinfo()["blank"], True)
|
||||
|
||||
assert_equal(wallet.getwalletinfo()["descriptors"], True)
|
||||
|
||||
def test_avoidreuse(self):
|
||||
self.log.info("Test that avoidreuse persists after migration")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user