We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4741bcc commit dbed4a3Copy full SHA for dbed4a3
test/functional/wallet_keypool_hd.py
@@ -70,7 +70,7 @@ def run_test(self):
70
addr_data = nodes[0].getaddressinfo(addr)
71
wallet_info = nodes[0].getwalletinfo()
72
73
- # TODO: enable this assert after bitcoin#17681 is backported
+ # we don't have feature of replacing seed due to bitcoin#17681 is DNM, no need to check if masterfingerprint is changed
74
# assert addr_before_encrypting_data['hdmasterfingerprint'] != addr_data['hdmasterfingerprint']
75
if not self.options.descriptors:
76
assert addr_data['hdchainid'] == wallet_info['hdchainid']
0 commit comments