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" )