diff --git a/miner/worker.go b/miner/worker.go index 7459be6197..a5228fe9d6 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -28,6 +28,7 @@ import ( "github.com/ava-labs/avalanchego/utils/units" "github.com/ava-labs/coreth/consensus" "github.com/ava-labs/coreth/consensus/dummy" + "github.com/ava-labs/coreth/consensus/misc/eip4844" "github.com/ava-labs/coreth/core" "github.com/ava-labs/coreth/core/state" "github.com/ava-labs/coreth/core/txpool" @@ -38,7 +39,6 @@ import ( "github.com/ava-labs/coreth/predicate" "github.com/ava-labs/coreth/trie" "github.com/ethereum/go-ethereum/common" - "github.com/ethereum/go-ethereum/consensus/misc/eip4844" "github.com/ethereum/go-ethereum/event" "github.com/ethereum/go-ethereum/log" "github.com/holiman/uint256"