From c594f7436bb48fe0508044bd1e7bd7d514e91b9d Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Wed, 3 Jan 2024 17:53:00 +0330 Subject: [PATCH] fix godoc comment --- core/vm/contracts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/vm/contracts.go b/core/vm/contracts.go index 8cc3051bae..6e278fdff8 100644 --- a/core/vm/contracts.go +++ b/core/vm/contracts.go @@ -42,7 +42,7 @@ type PrecompiledContract interface { Run(input []byte) ([]byte, error) // Run runs the precompiled contract } -// PrecompiledContractByName contains the precompiled contracts supported at the given fork. +// PrecompiledContracts contains the precompiled contracts supported at the given fork. type PrecompiledContracts map[common.Address]PrecompiledContract // PrecompiledContractsHomestead contains the default set of pre-compiled Ethereum