1
0

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

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)