1
0

wizard: do not log sensitive data (add more keys, again)

frankly this blacklist approach seems too fragile...
This commit is contained in:
SomberNight
2024-01-31 11:23:45 +00:00
parent cb55c65677
commit acae6751d2

View File

@@ -166,7 +166,7 @@ class AbstractWizard:
sensitive_keys = [
'seed', 'seed_extra_words', 'master_key', 'private_key_list', 'password',
# trustedcoin:
'xprv1', 'xpub1', 'xpub2',
'xprv1', 'xpub1', 'xpub2', 'xprv', 'xpub',
]
def sanitize(_dict):