Skip to content

Commit

Permalink
Temporarily remove Electrum multisig
Browse files Browse the repository at this point in the history
  • Loading branch information
FoundationKen committed Jun 23, 2021
1 parent ce8631b commit bd3340e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ports/stm32/boards/Passport/modules/wallets/electrum.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ def create_electrum_watch_only_export(sw_wallet=None, addr_type=None, acct_num=0
'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'}
Expand Down

0 comments on commit bd3340e

Please sign in to comment.