diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index 27931f3c577a..c00c46027fbb 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -267,7 +267,6 @@ def close_wallet(self): 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):