Browse Source

fix spacing for indent

283
Michael Wozniak 11 years ago
parent
commit
295a71173c
  1. 2
      gui/qt/installwizard.py

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

Loading…
Cancel
Save