Skip to content

Commit

Permalink
Merge branch 'GH-2100-if-lib-advance' of github.com:AntelopeIO/leap i…
Browse files Browse the repository at this point in the history
…nto greg_gh_2100
  • Loading branch information
greg7mdp committed Jan 18, 2024
2 parents 4060e6f + 5286fcf commit bc37d88
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 @@ -3071,6 +3071,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 bc37d88

Please sign in to comment.