1
0

wizard small fixes

This commit is contained in:
ThomasV
2016-08-30 10:36:51 +02:00
parent ebab390b1a
commit b33e6a8b68
2 changed files with 4 additions and 5 deletions

View File

@@ -352,7 +352,8 @@ class TrustedCoinPlugin(BasePlugin):
def create_seed(self, wizard):
seed = self.make_seed()
wizard.show_seed_dialog(run_next=wizard.confirm_seed, seed_text=seed)
f = lambda x: wizard.confirm_seed(seed, '')
wizard.show_seed_dialog(run_next=f, seed_text=seed)
def create_keystore(self, wizard, seed, passphrase):
assert passphrase == ''