Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev committed Sep 25, 2024
1 parent d4cac87 commit f897eea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nano/node/vote_generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@ void nano::vote_generator::run ()

nano::container_info nano::vote_generator::container_info () const
{
nano::lock_guard<nano::mutex> guard{ mutex };

nano::container_info info;
info.put ("candidates", candidates.size ());
info.put ("requests", requests.size ());
Expand Down

0 comments on commit f897eea

Please sign in to comment.