electrum

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

commit 3835751fac314a7c8f7e11edede64bc409877e88
parent 91723999aad87509277ddbdbd498042935e34624
Author: ThomasV <thomasv@gitorious>
Date:   Fri, 22 Aug 2014 17:29:44 +0200

bugfix

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 @@ -553,7 +553,7 @@ class InstallWizard(QDialog): if Wallet.is_seed(text3): wallet.add_cosigner_seed(text3, "x3/", password) elif Wallet.is_xpub(text3): - wallet.add_master_public_key("x3/", text2) + wallet.add_master_public_key("x3/", text3) wallet.create_main_account(password)