1
0
This commit is contained in:
ThomasV
2021-04-01 14:42:52 +02:00
parent 5b1d54d014
commit 774a9ad263

View File

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