Skip to content

Commit

Permalink
Merge pull request #65 from quangvu3/master
Browse files Browse the repository at this point in the history
Change process existing order
  • Loading branch information
sumoprojects authored Apr 20, 2019
2 parents 887c536 + 1710b3c commit bebbeef
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 bebbeef

Please sign in to comment.