electrum

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

commit 69da96feb4843ebb2ca9f84b128eb9af829b5a43
parent f91f03b3d44c8e22931e1989e51b2489093940d3
Author: Neil Booth <kyuupichan@gmail.com>
Date:   Sun, 31 Jan 2016 14:38:16 +0900

The daemon stops the wallet threads now

Diffstat:
Mgui/qt/main_window.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py @@ -267,7 +267,6 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError): if self.wallet: self.print_error('close_wallet', self.wallet.storage.path) self.wallet.storage.put('accounts_expanded', self.accounts_expanded) - self.wallet.stop_threads() run_hook('close_wallet', self.wallet) def load_wallet(self, wallet):