mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 04:41:22 +00:00
consensus: check HasAll when TwoThirdsMajority
This commit is contained in:
@ -61,7 +61,7 @@ func (v *Validator) String() string {
|
||||
if v == nil {
|
||||
return "nil-Validator"
|
||||
}
|
||||
return fmt.Sprintf("Validator{%X %v %v VP:%v A:%v}",
|
||||
return fmt.Sprintf("Validator{%X %v VP:%v A:%v}",
|
||||
v.Address,
|
||||
v.PubKey,
|
||||
v.VotingPower,
|
||||
|
Reference in New Issue
Block a user