Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev committed Sep 5, 2022
1 parent 668bfb7 commit 40a1d3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nano/node/hinted_scheduler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ class active_transactions;
class vote_cache;
class online_reps;

/*
* Monitors inactive vote cache and schedules elections with the highest observed vote tally.
*/
class hinted_scheduler final
{
public: // Config
Expand All @@ -34,6 +37,9 @@ class hinted_scheduler final

void start ();
void stop ();
/*
* Notify about changes in AEC vacancy
*/
void notify ();

private:
Expand Down

0 comments on commit 40a1d3b

Please sign in to comment.