mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-11 20:31:20 +00:00
Shorten consensus log events
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user