electrum

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

commit f33cebfb4e5218f0fa8eb78c9e28608703d2dc4a
parent c329a03757556c021411c9d6e9b5cfb1e8628a2f
Author: ThomasV <thomasv1@gmx.de>
Date:   Fri, 11 Jul 2014 18:53:27 +0200

Merge pull request #758 from wozz/spacing-fix

fix spacing for indent
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 @@ -545,7 +545,7 @@ class InstallWizard(QDialog): wallet.create_accounts(password) else: - wallet = run_hook('installwizard_restore', self, self.storage) + wallet = run_hook('installwizard_restore', self, self.storage) # create first keys offline self.waiting_dialog(wallet.synchronize)