mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
tests: Test that descriptors flag is set for migrated blank wallets
This commit is contained in:
parent
072d506240
commit
3904123da9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue