tfix name - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 8558488337a6043bce8a246f3e7d1d471d13068d
DIR parent f178faf03bd5b3f8767b270912ef81ac853321aa
HTML Author: ThomasV <thomasv@gitorious>
Date: Fri, 9 May 2014 13:52:49 +0200
fix name
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@@ -187,7 +187,7 @@ class InstallWizard(QDialog):
return self.get_seed_text(seed_e2)
- def double_mpk_dialog(self):
+ def double_seed_dialog(self):
vbox = QVBoxLayout()
vbox1, seed_e1 = seed_dialog.enter_seed_box(MSG_ENTER_SEED_OR_MPK, 'hot')
vbox2, seed_e2 = seed_dialog.enter_seed_box(MSG_ENTER_SEED_OR_MPK, 'cold')