diff --git a/consensus/misc/eip4844/eip4844.go b/consensus/misc/eip4844/eip4844.go index 7c08bb0b12..2052680bb5 100644 --- a/consensus/misc/eip4844/eip4844.go +++ b/consensus/misc/eip4844/eip4844.go @@ -82,7 +82,8 @@ func CalcExcessBlobGas(config *params.ChainConfig, parent *types.Header, headTim if !config.IsOsaka(config.LondonBlock, headTimestamp) { return excessBlobGas - targetGas } - // EIP-7918. + + // EIP-7918 (post-Osaka). var ( reservePrice = new(big.Int).Mul(parent.BaseFee, big.NewInt(params.BlobBaseCost)) blobPrice = calcBlobPrice(config, parent)