|
|
@ -1529,7 +1529,7 @@ func (cs *ConsensusState) addVote(vote *types.Vote, peerID p2p.ID) (added bool, |
|
|
|
// Not necessarily a bad peer, but not favourable behaviour.
|
|
|
|
if vote.Height != cs.Height { |
|
|
|
err = ErrVoteHeightMismatch |
|
|
|
cs.Logger.Info("Vote ignored and not added", "voteHeight", vote.Height, "csHeight", cs.Height, "err", err) |
|
|
|
cs.Logger.Info("Vote ignored and not added", "voteHeight", vote.Height, "csHeight", cs.Height, "peerID", peerID) |
|
|
|
return |
|
|
|
} |
|
|
|
|
|
|
|