ThomasV 4 years ago
parent
commit
774a9ad263
  1. 2
      electrum/plugins/trustedcoin/trustedcoin.py

2
electrum/plugins/trustedcoin/trustedcoin.py

@ -551,6 +551,8 @@ class TrustedCoinPlugin(BasePlugin):
def create_seed(self, wizard, seed_type):
seed = self.make_seed(seed_type)
f = lambda x: wizard.request_passphrase(seed, x)
wizard.opt_bip39 = False
wizard.opt_ext = True
wizard.show_seed_dialog(run_next=f, seed_text=seed)
@classmethod

Loading…
Cancel
Save