diff --git a/types/vote.go b/types/vote.go index 023bf52f7..4983cb3f8 100644 --- a/types/vote.go +++ b/types/vote.go @@ -121,10 +121,6 @@ func (vote *Vote) ExtendedCommitSig() ExtendedCommitSig { } cs := vote.CommitSig() - if vote.BlockID.IsComplete() && len(vote.ExtensionSignature) == 0 { - panic(fmt.Sprintf("Invalid vote %v - BlockID is complete but missing vote extension signature", vote)) - } - return ExtendedCommitSig{ CommitSig: cs, Extension: vote.Extension,