installwizard: set network to None if offline

This commit is contained in:
ThomasV 2014-01-08 10:36:39 +01:00
parent 72559fef0e
commit 9483eadc7e
1 changed files with 1 additions and 0 deletions

View File

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