Skip to content

Commit dbed4a3

Browse files
committed
fix: update comment for wallet_keypool_hd due to bitcoin#17681 DNM
1 parent 4741bcc commit dbed4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/wallet_keypool_hd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def run_test(self):
7070
addr_data = nodes[0].getaddressinfo(addr)
7171
wallet_info = nodes[0].getwalletinfo()
7272

73-
# TODO: enable this assert after bitcoin#17681 is backported
73+
# we don't have feature of replacing seed due to bitcoin#17681 is DNM, no need to check if masterfingerprint is changed
7474
# assert addr_before_encrypting_data['hdmasterfingerprint'] != addr_data['hdmasterfingerprint']
7575
if not self.options.descriptors:
7676
assert addr_data['hdchainid'] == wallet_info['hdchainid']

0 commit comments

Comments
 (0)