diff --git a/privval/file.go b/privval/file.go index 36eec7a1c..d5c959b9b 100644 --- a/privval/file.go +++ b/privval/file.go @@ -371,8 +371,8 @@ func (pv *FilePV) signVote(chainID string, vote *tmproto.Vote) error { vote.Timestamp = timestamp vote.Signature = lss.Signature - return nil } + return nil } // It passed the checks. Sign the vote