electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 9483eadc7eea9aac166256d968d7094fbee4aea0
parent 72559fef0e6f8f0ce136499b00495923a6aa725d
Author: ThomasV <thomasv@gitorious>
Date:   Wed,  8 Jan 2014 10:36:39 +0100

installwizard: set network to None if offline

Diffstat:
Mgui/qt/installwizard.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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)