mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
core/vm: fix typo in cryptographic hash function name
This commit is contained in:
parent
d6efa69187
commit
b109b3e590
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ func (c *sha256hash) Run(input []byte) ([]byte, error) {
|
|||
return h[:], nil
|
||||
}
|
||||
|
||||
// RIPMED160 implemented as a native contract.
|
||||
// RIPEMD160 implemented as a native contract.
|
||||
type ripemd160hash struct{}
|
||||
|
||||
// RequiredGas returns the gas required to execute the pre-compiled contract.
|
||||
|
|
|
|||
Loading…
Reference in a new issue