From 69da96feb4843ebb2ca9f84b128eb9af829b5a43 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sun, 31 Jan 2016 14:38:16 +0900 Subject: [PATCH] The daemon stops the wallet threads now --- gui/qt/main_window.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index 27931f3c..c00c4602 100644 --- 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):