From 9483eadc7eea9aac166256d968d7094fbee4aea0 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 8 Jan 2014 10:36:39 +0100 Subject: [PATCH] installwizard: set network to None if offline --- gui/qt/installwizard.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py index 3d320c9..83adc46 100644 --- a/gui/qt/installwizard.py +++ b/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) -- 1.7.1