tremove hardcoded seed - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 74209e8a6cfb27718ea7be8beee41b9032f08b09
DIR parent 102bc204d512f3672c402e8ec8451ef2fbedc762
HTML Author: ThomasV <thomasv@gitorious>
Date: Sun, 6 Apr 2014 21:42:29 +0200
remove hardcoded seed
Diffstat:
M gui/qt/installwizard.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py
t@@ -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