Skip to content

Commit 9e2a8d9

Browse files
committed
consensus/misc/eip4844: update comment
1 parent 6cbd89c commit 9e2a8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consensus/misc/eip4844/eip4844.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ func fakeExponential(factor, numerator, denominator *big.Int) *big.Int {
195195
return output.Div(output, denominator)
196196
}
197197

198-
// calcBlobPrice calculates the blob price based for a block.
198+
// calcBlobPrice calculates the blob price for a block.
199199
func calcBlobPrice(config *params.ChainConfig, header *types.Header) *big.Int {
200200
blobBaseFee := CalcBlobFee(config, header)
201201
return new(big.Int).Mul(blobBaseFee, big.NewInt(params.BlobTxBlobGasPerBlob))

0 commit comments

Comments
 (0)