fix: uncomment sethdseed to follow-up for #6017 and bitcoin#12560

This commit is contained in:
Konstantin Akimov 2024-10-22 14:27:28 +07:00
parent 71cd68d038
commit d35ce1e5d9
No known key found for this signature in database
GPG Key ID: 2176C4A5D01EA524

View File

@ -189,9 +189,7 @@ class WalletSendTest(BitcoinTestFramework):
"internal": True
}])
else:
w2.upgradetohd()
# TODO: replace upgradetohd to sethdseed when it is implemented
# w2.sethdseed(True)
w2.sethdseed(True)
# w3 is a watch-only wallet, based on w2
self.nodes[1].createwallet(wallet_name="w3", disable_private_keys=True)