Merge pull request #758 from wozz/spacing-fix

fix spacing for indent
This commit is contained in:
ThomasV 2014-07-11 18:53:27 +02:00
commit f33cebfb4e
1 changed files with 1 additions and 1 deletions

View File

@ -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)