Commit 702b8a7a authored by Ha ĐANG's avatar Ha ĐANG Committed by Péter Szilágyi

core/vm: fix typo in cryptographic hash function name (#17285)

parent 5d7e1853
...@@ -116,7 +116,7 @@ func (c *sha256hash) Run(input []byte) ([]byte, error) { ...@@ -116,7 +116,7 @@ func (c *sha256hash) Run(input []byte) ([]byte, error) {
return h[:], nil return h[:], nil
} }
// RIPMED160 implemented as a native contract. // RIPEMD160 implemented as a native contract.
type ripemd160hash struct{} type ripemd160hash struct{}
// RequiredGas returns the gas required to execute the pre-compiled contract. // RequiredGas returns the gas required to execute the pre-compiled contract.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment