From d35ce1e5d977e0d710dbdbf3c854aa09c137f7f6 Mon Sep 17 00:00:00 2001 From: Konstantin Akimov Date: Tue, 22 Oct 2024 14:27:28 +0700 Subject: [PATCH] fix: uncomment sethdseed to follow-up for #6017 and bitcoin#12560 --- test/functional/wallet_send.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/functional/wallet_send.py b/test/functional/wallet_send.py index 033d38c191..acfab19439 100755 --- a/test/functional/wallet_send.py +++ b/test/functional/wallet_send.py @@ -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)