fix spacing for indent

This commit is contained in:
Michael Wozniak 2014-07-11 10:47:06 -04:00
parent c329a03757
commit 295a71173c
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ class InstallWizard(QDialog):
wallet.create_accounts(password) wallet.create_accounts(password)
else: else:
wallet = run_hook('installwizard_restore', self, self.storage) wallet = run_hook('installwizard_restore', self, self.storage)
# create first keys offline # create first keys offline
self.waiting_dialog(wallet.synchronize) self.waiting_dialog(wallet.synchronize)