Skip to content

Commit

Permalink
Ensure full blocks are not generated by "compute_rep_votes" (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeene committed Aug 22, 2018
1 parent d8576bf commit 14bcf3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rai/node/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3774,6 +3774,7 @@ void rai::active_transactions::announce_votes ()
}
else
{
election_l->compute_rep_votes (transaction);
node.network.republish_block (transaction, election_l->status.winner);
}
}
Expand Down

0 comments on commit 14bcf3a

Please sign in to comment.