Update types/validator_set.go

Co-Authored-By: Bot from GolangCI <42910462+golangcibot@users.noreply.github.com>
This commit is contained in:
Zaki Manian
2019-07-08 15:59:35 -07:00
committed by GitHub
parent ceff0af81d
commit 7849675827

View File

@@ -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: