Browse Source

Merge pull request #758 from wozz/spacing-fix

fix spacing for indent
283
ThomasV 11 years ago
parent
commit
f33cebfb4e
  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