tThe daemon stops the wallet threads now - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 69da96feb4843ebb2ca9f84b128eb9af829b5a43 DIR parent f91f03b3d44c8e22931e1989e51b2489093940d3 HTML Author: Neil Booth <kyuupichan@gmail.com> Date: Sun, 31 Jan 2016 14:38:16 +0900 The daemon stops the wallet threads now Diffstat: M gui/qt/main_window.py | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) --- DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py t@@ -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):