mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 04:41:22 +00:00
linting: apply misspell
This commit is contained in:
committed by
Ethan Buchman
parent
46ccbcbff6
commit
1721543e5c
@ -71,7 +71,7 @@ func (v *Validator) String() string {
|
||||
}
|
||||
|
||||
// Hash computes the unique ID of a validator with a given voting power.
|
||||
// It exludes the Accum value, which changes with every round.
|
||||
// It excludes the Accum value, which changes with every round.
|
||||
func (v *Validator) Hash() []byte {
|
||||
return wire.BinaryRipemd160(struct {
|
||||
Address data.Bytes
|
||||
|
Reference in New Issue
Block a user