From 46ce5d0f3d2a7798a96c4cbdb560aa58e9a8de8a Mon Sep 17 00:00:00 2001 From: SomberNight Date: Tue, 13 Feb 2024 14:52:52 +0000 Subject: [PATCH] wizard: (trivial) follow-up prev --- electrum/wizard.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/electrum/wizard.py b/electrum/wizard.py index 26c567675..077ea2470 100644 --- a/electrum/wizard.py +++ b/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):