Merge pull request #359 from tendermint/val-set-changes

Val set changes
This commit is contained in:
Ethan Buchman
2017-01-11 17:56:52 -05:00
committed by GitHub
5 changed files with 175 additions and 25 deletions
+1 -1
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,