Shorten consensus log events

This commit is contained in:
Jae Kwon
2015-12-09 17:09:06 -08:00
parent f534410e57
commit ab1e8a35c6
4 changed files with 9 additions and 5 deletions

View File

@ -53,7 +53,7 @@ func (v *Validator) String() string {
if v == nil {
return "nil-Validator"
}
return fmt.Sprintf("Validator{%X %v %v-%v-%v VP:%v A:%v}",
return fmt.Sprintf("Validator{%X %v %v VP:%v A:%v}",
v.Address,
v.PubKey,
v.LastCommitHeight,