Update internal/consensus/state.go

Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
This commit is contained in:
William Banfield
2021-12-07 21:22:11 -05:00
committed by GitHub
parent 88ba6c70fc
commit 5bc9688580

View File

@@ -1315,7 +1315,7 @@ func (cs *State) defaultDoPrevote(height int64, round int32) {
}
if !cs.Proposal.Timestamp.Equal(cs.ProposalBlock.Header.Time) {
logger.Debug("proposal timestamp not equal")
logger.Debug("proposal timestamp not equal, prevoting nil")
cs.signAddVote(tmproto.PrevoteType, nil, types.PartSetHeader{})
return
}