electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 8558488337a6043bce8a246f3e7d1d471d13068d
parent f178faf03bd5b3f8767b270912ef81ac853321aa
Author: ThomasV <thomasv@gitorious>
Date:   Fri,  9 May 2014 13:52:49 +0200

fix name

Diffstat:
Mgui/qt/installwizard.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py @@ -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')