fix build.

This commit is contained in:
Jared Wasinger 2023-11-15 15:53:01 +08:00
parent 8ccc4eb5be
commit 813b1e9c54

View file

@ -24,8 +24,6 @@ import (
"math/big"
"os"
"golang.org/x/exp/slog"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/common/math"
@ -35,6 +33,7 @@ import (
"github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/rlp"
"github.com/urfave/cli/v2"
"golang.org/x/exp/slog"
)
//go:generate go run github.com/fjl/gencodec -type header -field-override headerMarshaling -out gen_header.go