Skip to content

Commit

Permalink
The daemon stops the wallet threads now
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Booth committed Jan 31, 2016
1 parent f91f03b commit 69da96f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gui/qt/main_window.py
Expand Up @@ -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):
Expand Down

0 comments on commit 69da96f

Please sign in to comment.