Make Ripemd160 the default

This commit is contained in:
Jae Kwon
2015-07-10 12:15:46 -07:00
parent 41845d5b85
commit 2e1d8ba054
10 changed files with 26 additions and 32 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ func (v *Validator) String() string {
}
func (v *Validator) Hash() []byte {
return binary.BinarySha256(v)
return binary.BinaryRipemd160(v)
}
//-------------------------------------