|
|
@ -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'} |
|
|
|