1
0

wizard: (trivial) follow-up prev

This commit is contained in:
SomberNight
2024-02-13 14:52:52 +00:00
parent 638fdf114e
commit 46ce5d0f3d

View File

@@ -166,13 +166,15 @@ class AbstractWizard:
whitelist = [
"wallet_name", "wallet_exists", "wallet_is_open", "wallet_needs_hw_unlock",
"wallet_type", "keystore_type", "seed_variant", "seed_type", "seed_extend",
"trustedcoin_keepordisable", "script_type", "derivation_path", "encrypt",
"script_type", "derivation_path", "encrypt",
# hardware devices:
"hardware_device", "hw_type", "label", "soft_device_id",
# inside keystore:
"type", "pw_hash_version", "derivation", "root_fingerprint",
# multisig:
"multisig_participants", "multisig_signatures", "multisig_current_cosigner", "cosigner_keystore_type",
# trustedcoin:
"trustedcoin_keepordisable", "trustedcoin_go_online",
]
def sanitize(_dict):