diff --git a/types/canonical.go b/types/canonical.go index fc07ab477..83250ae1e 100644 --- a/types/canonical.go +++ b/types/canonical.go @@ -52,7 +52,8 @@ func CanonicalizeProposal(chainID string, proposal *tmproto.Proposal) tmproto.Ca } // CanonicalizeVote transforms the given Vote to a CanonicalVote, which does -// not contain ValidatorIndex and ValidatorAddress fields. +// not contain ValidatorIndex and ValidatorAddress fields, or any fields +// relating to vote extensions. func CanonicalizeVote(chainID string, vote *tmproto.Vote) tmproto.CanonicalVote { return tmproto.CanonicalVote{ Type: vote.Type,