Fix non-restarting timer in vote processor log (#2368)
* Fix non-restarting timer in vote processor log * Default stop
This commit is contained in:
parent
56bebf75ea
commit
3eb74eb0b2
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ void nano::vote_processor::process_loop ()
|
|||
* there are a sufficient number of items for it to be relevant
|
||||
*/
|
||||
log_this_iteration = true;
|
||||
elapsed.start ();
|
||||
elapsed.restart ();
|
||||
}
|
||||
active = true;
|
||||
lock.unlock ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue