mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 14:34:17 +00:00
linting: apply misspell
This commit is contained in:
committed by
Ethan Buchman
parent
46ccbcbff6
commit
1721543e5c
+1
-1
@@ -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