Skip to content

Commit

Permalink
Fix vote rebroadcasting
Browse files Browse the repository at this point in the history
  • Loading branch information
PlasmaPower authored and rkeene committed Sep 4, 2018
1 parent 4af6549 commit 0652c29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rai/node/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3646,7 +3646,6 @@ rai::election_vote_result rai::election::vote (rai::account rep, uint64_t sequen
{
cooldown = 1;
}
auto should_process (false);
auto last_vote_it (last_votes.find (rep));
if (last_vote_it == last_votes.end ())
{
Expand Down

0 comments on commit 0652c29

Please sign in to comment.