From 90906c8dad75e8ce65fac12302e36749f6d28f22 Mon Sep 17 00:00:00 2001 From: Jared Wasinger Date: Tue, 22 Oct 2024 17:17:15 +0700 Subject: [PATCH] fix imports --- params/config.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/params/config.go b/params/config.go index 4abf06f021..3fe49629b1 100644 --- a/params/config.go +++ b/params/config.go @@ -20,9 +20,8 @@ import ( "fmt" "math/big" - "github.com/ethereum/go-ethereum/common/math" - "github.com/ethereum/go-ethereum/common" + "github.com/ethereum/go-ethereum/common/math" "github.com/ethereum/go-ethereum/params/forks" )