Browse Source

wizard: (trivial) follow-up prev

master
SomberNight 2 years ago
parent
commit
46ce5d0f3d
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 4
      electrum/wizard.py

4
electrum/wizard.py

@ -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):

Loading…
Cancel
Save