From eadcda9319c861047c205f77babd36d667c223df Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Tue, 22 Oct 2024 17:59:25 +0700 Subject: [PATCH] actually fix import --- params/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/config.go b/params/config.go index 3fe49629b1..b47c0deba4 100644 --- a/params/config.go +++ b/params/config.go @@ -18,10 +18,10 @@ package params import ( "fmt" + "math" "math/big" "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/common/math" "github.com/ethereum/go-ethereum/params/forks" )