mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +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
|
"internal": True
|
||||||
}])
|
}])
|
||||||
else:
|
else:
|
||||||
w2.upgradetohd()
|
w2.sethdseed(True)
|
||||||
# TODO: replace upgradetohd to sethdseed when it is implemented
|
|
||||||
# w2.sethdseed(True)
|
|
||||||
|
|
||||||
# w3 is a watch-only wallet, based on w2
|
# w3 is a watch-only wallet, based on w2
|
||||||
self.nodes[1].createwallet(wallet_name="w3", disable_private_keys=True)
|
self.nodes[1].createwallet(wallet_name="w3", disable_private_keys=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user