format taiko comment (#226)

This commit is contained in:
maskpp 2024-05-05 01:11:18 +08:00 committed by GitHub
parent 286ffe2cbf
commit 6094ec356d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -933,7 +933,8 @@ type generateParams struct {
withdrawals types.Withdrawals // List of withdrawals to include in block. withdrawals types.Withdrawals // List of withdrawals to include in block.
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
baseFeePerGas *big.Int // CHANGE(taiko): The base fee per gas for the next block // CHANGE(taiko): The base fee per gas for the next block
baseFeePerGas *big.Int
} }
// prepareWork constructs the sealing task according to the given parameters, // prepareWork constructs the sealing task according to the given parameters,