mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-19 19:30:44 +00:00
happy lint
This commit is contained in:
parent
348f1d78ac
commit
c654f467d5
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue