We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072d506 commit 3904123Copy full SHA for 3904123
test/functional/wallet_migration.py
@@ -881,7 +881,7 @@ def test_blank(self):
881
assert_equal(wallet.getwalletinfo()["blank"], True)
882
wallet.migratewallet()
883
884
-
+ assert_equal(wallet.getwalletinfo()["descriptors"], True)
885
886
def test_avoidreuse(self):
887
self.log.info("Test that avoidreuse persists after migration")
0 commit comments