Skip to content

Commit 702b8a7

Browse files
hadvkaralabe
authored andcommitted
core/vm: fix typo in cryptographic hash function name (#17285)
1 parent 5d7e185 commit 702b8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/vm/contracts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func (c *sha256hash) Run(input []byte) ([]byte, error) {
116116
return h[:], nil
117117
}
118118

119-
// RIPMED160 implemented as a native contract.
119+
// RIPEMD160 implemented as a native contract.
120120
type ripemd160hash struct{}
121121

122122
// RequiredGas returns the gas required to execute the pre-compiled contract.

0 commit comments

Comments
 (0)