From 40a1d3b81473197155381f58503f74f00e449312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Wo=CC=81jcik?= <3044353+fikumikudev@users.noreply.github.com> Date: Mon, 5 Sep 2022 14:37:28 +0200 Subject: [PATCH] Comments --- nano/node/hinted_scheduler.hpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nano/node/hinted_scheduler.hpp b/nano/node/hinted_scheduler.hpp index 2f0ae4ab8a..685964b8db 100644 --- a/nano/node/hinted_scheduler.hpp +++ b/nano/node/hinted_scheduler.hpp @@ -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 @@ -34,6 +37,9 @@ class hinted_scheduler final void start (); void stop (); + /* + * Notify about changes in AEC vacancy + */ void notify (); private: