fix imports

This commit is contained in:
Jared Wasinger 2024-10-22 17:17:15 +07:00
parent 63805f8758
commit 90906c8dad

View file

@ -20,9 +20,8 @@ import (
"fmt" "fmt"
"math/big" "math/big"
"github.com/ethereum/go-ethereum/common/math"
"github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/math"
"github.com/ethereum/go-ethereum/params/forks" "github.com/ethereum/go-ethereum/params/forks"
) )