From b77af9b438799607c3f2599242593263ed933d65 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Fri, 13 May 2022 16:40:19 -0400 Subject: [PATCH] remove erroneous comment --- internal/consensus/state.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/consensus/state.go b/internal/consensus/state.go index 06efdb7a4..f38ba43c8 100644 --- a/internal/consensus/state.go +++ b/internal/consensus/state.go @@ -2336,7 +2336,6 @@ func (cs *State) addVote( return } - // late votes still _must_ have extensions. added, err = cs.LastCommit.AddVote(vote) if !added { return