mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-04 07:07:13 +00:00
Make Ripemd160 the default
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ func (v *Validator) String() string {
|
||||
}
|
||||
|
||||
func (v *Validator) Hash() []byte {
|
||||
return binary.BinarySha256(v)
|
||||
return binary.BinaryRipemd160(v)
|
||||
}
|
||||
|
||||
//-------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user