mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-21 15:29:27 +00:00
core/vm: fix typo in cryptographic hash function name (#17285)
This commit is contained in:
parent
5d7e18539e
commit
702b8a7aec
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue