From 78496758278e7f1ebf30bfd1214c3291c3bab63a Mon Sep 17 00:00:00 2001 From: Zaki Manian Date: Mon, 8 Jul 2019 15:59:35 -0700 Subject: [PATCH] Update types/validator_set.go Co-Authored-By: Bot from GolangCI <42910462+golangcibot@users.noreply.github.com> --- types/validator_set.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/validator_set.go b/types/validator_set.go index bf9a880d6..f24a12fbe 100644 --- a/types/validator_set.go +++ b/types/validator_set.go @@ -640,7 +640,7 @@ func (vals *ValidatorSet) VerifyCommit(chainID string, blockID BlockID, height i //----------------- -// IsErrTooMuchChange +// IsErrTooMuchChange func IsErrTooMuchChange(err error) bool { switch err_ := err.(type) { case cmn.Error: