Skip to content

Commit

Permalink
fix: uncomment sethdseed to follow-up for #6017 and bitcoin#12560
Browse files Browse the repository at this point in the history
  • Loading branch information
knst committed Oct 29, 2024
1 parent 71cd68d commit d35ce1e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/functional/wallet_send.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,7 @@ def run_test(self):
"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)
Expand Down

0 comments on commit d35ce1e

Please sign in to comment.