mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-19 11:20:45 +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).
|
beaconRoot *common.Hash // The beacon root (cancun field).
|
||||||
noTxs bool // Flag whether an empty block without any transaction is expected
|
noTxs bool // Flag whether an empty block without any transaction is expected
|
||||||
|
|
||||||
forceOverrides bool // Flag whether we should overwrite extraData and transactions
|
forceOverrides bool // Flag whether we should overwrite extraData and transactions
|
||||||
overrideExtraData []byte
|
overrideExtraData []byte
|
||||||
overrideTxs []*types.Transaction
|
overrideTxs []*types.Transaction
|
||||||
}
|
}
|
||||||
|
|
||||||
// generateWork generates a sealing block based on the given parameters.
|
// generateWork generates a sealing block based on the given parameters.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue