diff --git a/miner/worker.go b/miner/worker.go index 16a3b9e81a..6e1a7fe305 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -19,11 +19,12 @@ package miner import ( "errors" "fmt" - "github.com/ethereum/go-ethereum/trie" "math/big" "sync/atomic" "time" + "github.com/ethereum/go-ethereum/trie" + "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/consensus/misc/eip1559" "github.com/ethereum/go-ethereum/consensus/misc/eip4844"