From 702b8a7aec97c7ef512335ee44c925bc91c6ae09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ha=20=C4=90ANG?= Date: Tue, 31 Jul 2018 17:27:51 +0700 Subject: core/vm: fix typo in cryptographic hash function name (#17285) --- core/vm/contracts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/vm') diff --git a/core/vm/contracts.go b/core/vm/contracts.go index 237450ea9..20b741f8f 100644 --- a/core/vm/contracts.go +++ b/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. -- cgit v1.2.3