diff --git a/miner/worker.go b/miner/worker.go index 64cb6b68dc..8aa3da2553 100644 --- a/miner/worker.go +++ b/miner/worker.go @@ -113,9 +113,9 @@ type generateParams struct { beaconRoot *common.Hash // The beacon root (cancun field). noTxs bool // Flag whether an empty block without any transaction is expected - forceOverrides bool // Flag whether we should overwrite extraData and transactions - overrideExtraData []byte - overrideTxs []*types.Transaction + forceOverrides bool // Flag whether we should overwrite extraData and transactions + overrideExtraData []byte + overrideTxs []*types.Transaction } // generateWork generates a sealing block based on the given parameters.