cs.Logger.Error("Found conflicting vote from ourselves. Did you unsafe_reset a validator?","height",vote.Height,"round",vote.Round,"type",vote.Type)
returnerr
}
cs.Logger.Error("Found conflicting vote. Recording evidence in the RoundState","height",vote.Height,"round",vote.Round,"type",vote.Type,"valAddr",vote.ValidatorAddress,"valIndex",vote.ValidatorIndex)
// TODO: ensure we haven't seen this evidence already !