Skip to content

Commit

Permalink
Change process existing order
Browse files Browse the repository at this point in the history
  • Loading branch information
quangvu3 authored Apr 20, 2019
1 parent 3910112 commit 1710b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,10 +646,10 @@ def _handleAboutToQuit(self):
if hasattr(self, "update_daemon_status_timer"):
self.update_daemon_status_timer.stop()
self.stop_update_wallet_info_timer()
if self.wallet_rpc_manager is not None:
self.wallet_rpc_manager.stop()
if self.sumokoind_daemon_manager is not None:
self.sumokoind_daemon_manager.stop()
if self.wallet_rpc_manager is not None:
self.wallet_rpc_manager.stop()

self.app_settings.settings['blockchain']['height'] = self.target_height
self.app_settings.save()

0 comments on commit 1710b3c

Please sign in to comment.