Эх сурвалжийг харах

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

Ha ĐANG 7 жил өмнө
parent
commit
702b8a7aec
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      core/vm/contracts.go

+ 1 - 1
core/vm/contracts.go

@@ -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.