mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge 93e10cab5d into merged_master (Bitcoin PR bitcoin/bitcoin#29367)
This commit is contained in:
commit
c34920f56a
2 changed files with 4 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue