wizard: (trivial) follow-up prev
This commit is contained in:
@@ -166,13 +166,15 @@ class AbstractWizard:
|
|||||||
whitelist = [
|
whitelist = [
|
||||||
"wallet_name", "wallet_exists", "wallet_is_open", "wallet_needs_hw_unlock",
|
"wallet_name", "wallet_exists", "wallet_is_open", "wallet_needs_hw_unlock",
|
||||||
"wallet_type", "keystore_type", "seed_variant", "seed_type", "seed_extend",
|
"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 devices:
|
||||||
"hardware_device", "hw_type", "label", "soft_device_id",
|
"hardware_device", "hw_type", "label", "soft_device_id",
|
||||||
# inside keystore:
|
# inside keystore:
|
||||||
"type", "pw_hash_version", "derivation", "root_fingerprint",
|
"type", "pw_hash_version", "derivation", "root_fingerprint",
|
||||||
# multisig:
|
# multisig:
|
||||||
"multisig_participants", "multisig_signatures", "multisig_current_cosigner", "cosigner_keystore_type",
|
"multisig_participants", "multisig_signatures", "multisig_current_cosigner", "cosigner_keystore_type",
|
||||||
|
# trustedcoin:
|
||||||
|
"trustedcoin_keepordisable", "trustedcoin_go_online",
|
||||||
]
|
]
|
||||||
|
|
||||||
def sanitize(_dict):
|
def sanitize(_dict):
|
||||||
|
|||||||
Reference in New Issue
Block a user