mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-20 06:06:15 +00:00
Update internal/consensus/state.go
Co-authored-by: Sergio Mena <sergio@informal.systems>
This commit is contained in:
co-authored by
Sergio Mena
parent
ed9df4d1f1
commit
17d5e71489
@@ -2386,7 +2386,7 @@ func (cs *State) addVote(
|
||||
!bytes.Equal(vote.ValidatorAddress, myAddr) {
|
||||
// The core fields of the vote message were already validated in the
|
||||
// consensus reactor when the vote was received.
|
||||
// Here, we valdiate that the vote extension was included in the vote
|
||||
// Here, we validate that the vote extension was included in the vote
|
||||
// message.
|
||||
// Chains that are not configured to require vote extensions
|
||||
// will consider the vote valid even if the extension is absent.
|
||||
|
||||
Reference in New Issue
Block a user