Skip to content

Commit

Permalink
Stop nominating_timer on shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 committed Apr 22, 2021
1 parent 1ad8e02 commit dce8533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/agora/node/Validator.d
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ public class Validator : FullNode, API
override void shutdown ()
{
super.shutdown();
this.nominator.stopNominatingTimer();
this.nominator.storeLatestState();
}

Expand Down

0 comments on commit dce8533

Please sign in to comment.