consensus: check HasAll when TwoThirdsMajority

This commit is contained in:
Ethan Buchman
2017-01-11 15:32:03 -05:00
parent cb2f2b94ee
commit d68cdce2d5
5 changed files with 134 additions and 27 deletions

View File

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