Browse Source

installwizard: set network to None if offline

283
ThomasV 11 years ago
parent
commit
9483eadc7e
  1. 1
      gui/qt/installwizard.py

1
gui/qt/installwizard.py

@ -309,6 +309,7 @@ class InstallWizard(QDialog):
else:
QMessageBox.information(None, _('Warning'), _('You are offline'), _('OK'))
self.network.stop()
self.network = None
# start wallet threads
wallet.start_threads(self.network)

Loading…
Cancel
Save