From 3bea62d6252bd865a8f2885dd10efacf2361029e Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Wed, 15 Oct 2025 16:09:59 +0800 Subject: [PATCH] goimports --- core/state_transition.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/state_transition.go b/core/state_transition.go index d052a29f41..0d03d6b8a9 100644 --- a/core/state_transition.go +++ b/core/state_transition.go @@ -19,6 +19,9 @@ package core import ( "bytes" "fmt" + "math" + "math/big" + "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/tracing" "github.com/ethereum/go-ethereum/core/types" @@ -26,8 +29,6 @@ import ( "github.com/ethereum/go-ethereum/crypto/kzg4844" "github.com/ethereum/go-ethereum/params" "github.com/holiman/uint256" - "math" - "math/big" ) // ExecutionResult includes all output after executing given evm