mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +00:00
Merge from panic branch
This commit is contained in:
@ -76,6 +76,7 @@ func (v *Validator) CompareAccum(other *Validator) *Validator {
|
||||
} else if bytes.Compare(v.Address, other.Address) > 0 {
|
||||
return other
|
||||
} else {
|
||||
// SANITY CHECK
|
||||
panic("Cannot compare identical validators")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user