From 74209e8a6cfb27718ea7be8beee41b9032f08b09 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sun, 6 Apr 2014 21:42:29 +0200 Subject: [PATCH] remove hardcoded seed --- gui/qt/installwizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py index 319b8a76..548cb2e1 100644 --- a/gui/qt/installwizard.py +++ b/gui/qt/installwizard.py @@ -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