mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-27 19:37:08 +00:00
Update types/validator_set.go
Co-Authored-By: Bot from GolangCI <42910462+golangcibot@users.noreply.github.com>
This commit is contained in:
co-authored by
Bot from GolangCI
parent
ceff0af81d
commit
7849675827
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user