tinstallwizard: set network to None if offline - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 9483eadc7eea9aac166256d968d7094fbee4aea0 DIR parent 72559fef0e6f8f0ce136499b00495923a6aa725d HTML Author: ThomasV <thomasv@gitorious> Date: Wed, 8 Jan 2014 10:36:39 +0100 installwizard: set network to None if offline Diffstat: M gui/qt/installwizard.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py t@@ -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)