Merge 93e10cab5d into merged_master (Bitcoin PR bitcoin/bitcoin#29367)

This commit is contained in:
Byron Hambly 2025-11-29 14:43:31 +02:00
commit c34920f56a
No known key found for this signature in database
GPG key ID: DE8F6EA20A661697
2 changed files with 4 additions and 1 deletions

View file

@ -890,7 +890,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")