diff --git a/ports/stm32/boards/Passport/modules/wallets/electrum.py b/ports/stm32/boards/Passport/modules/wallets/electrum.py index 4146bdf..155f21e 100644 --- a/ports/stm32/boards/Passport/modules/wallets/electrum.py +++ b/ports/stm32/boards/Passport/modules/wallets/electrum.py @@ -132,8 +132,8 @@ ElectrumWallet = { 'label': 'Electrum', 'sig_types': [ {'id':'single-sig', 'label':'Single-sig', 'addr_type': AF_P2WPKH, 'create_wallet': create_electrum_watch_only_export}, - {'id':'multisig', 'label':'Multisig', 'addr_type': None, 'create_wallet': create_multisig_json_wallet, - 'import_microsd': read_multisig_config_from_microsd} + # {'id':'multisig', 'label':'Multsig', 'addr_type': None, 'create_wallet': create_multisig_json_wallet, + # 'import_microsd': read_multisig_config_from_microsd} ], 'export_modes': [ {'id': 'microsd', 'label': 'microSD', 'filename_pattern': '{sd}/passport-electrum.json', 'filename_pattern_multisig': '{sd}/passport-electrum-multisig.json'}