Skip to content

Commit

Permalink
GH-2100 Process our own vote.
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Jan 18, 2024
1 parent f3b8c7c commit 5286fcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/chain/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3083,6 +3083,8 @@ struct controller_impl {
// net plugin subscribed this signal. it will broadcast the vote message
// on receiving the signal
emit( self.voted_block, vote );

self.process_vote_message(vote);
}
}
if (!found) {
Expand Down

0 comments on commit 5286fcf

Please sign in to comment.