From 7d4d38757459db92ed43296dc9e591f635a17b88 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Thu, 11 Sep 2025 13:08:57 +0200 Subject: [PATCH] core/vm: revert comment change --- 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 7f49b95540..cae0be9f2d 100644 --- a/core/vm/contracts.go +++ b/core/vm/contracts.go @@ -44,7 +44,7 @@ import ( "golang.org/x/crypto/ripemd160" ) -// PrecompiledContract is the basic interface for native Go The. contracts implementation +// PrecompiledContract is the basic interface for native Go contracts. The implementation // requires a deterministic gas count based on the input size of the Run method of the // contract. type PrecompiledContract interface {