From 295a71173c8979035aedcfcf9fb0be2224420d5a Mon Sep 17 00:00:00 2001 From: Michael Wozniak Date: Fri, 11 Jul 2014 10:47:06 -0400 Subject: [PATCH] fix spacing for indent --- gui/qt/installwizard.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py index 5e03566..06f7190 100644 --- 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) -- 1.7.1