remove hardcoded seed

This commit is contained in:
ThomasV 2014-04-06 21:42:29 +02:00
parent 102bc204d5
commit 74209e8a6c
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ class InstallWizard(QDialog):
wallet = Wallet(self.storage)
wallet.init_seed("note blind gun eye escape home surprise freedom bee carefully rant alter strength")
wallet.init_seed(None)
seed = wallet.get_mnemonic(None)
if not self.show_seed(seed, 'hot' if action == 'create2of3' else None):
return