The daemon stops the wallet threads now

This commit is contained in:
Neil Booth 2016-01-31 14:38:16 +09:00
parent f91f03b3d4
commit 69da96feb4
1 changed files with 0 additions and 1 deletions

View File

@ -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):