From b5f8705ca47c9f93ab55c44dce2451723cbc978e Mon Sep 17 00:00:00 2001 From: Ignacio Hagopian Date: Wed, 23 Oct 2024 17:13:09 -0300 Subject: [PATCH] fix compilation error Signed-off-by: Ignacio Hagopian --- core/vm/gas_table.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/vm/gas_table.go b/core/vm/gas_table.go index 4429498eda8b..eb8b3a17ac36 100644 --- a/core/vm/gas_table.go +++ b/core/vm/gas_table.go @@ -21,7 +21,6 @@ import ( "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/math" - "github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/params" )