mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32:46 +01:00
fix: uncomment sethdseed to follow-up for #6017 and bitcoin#12560
This commit is contained in:
parent
71cd68d038
commit
d35ce1e5d9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user