happy lint

This commit is contained in:
MariusVanDerWijden 2026-02-12 16:21:03 +01:00
parent 348f1d78ac
commit c654f467d5

View file

@ -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.