From c654f467d58dba01d254da4c47c59028bf859f11 Mon Sep 17 00:00:00 2001 From: MariusVanDerWijden Date: Thu, 12 Feb 2026 16:21:03 +0100 Subject: [PATCH] happy lint --- miner/worker.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.