actually fix import

This commit is contained in:
Jared Wasinger 2024-10-22 17:59:25 +07:00
parent 90906c8dad
commit eadcda9319

View file

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