Skip to content

Commit b0d2a13

Browse files
committed
test: txt as formula comment in gas estimation for blobs
1 parent a9a88fa commit b0d2a13

File tree

1 file changed

+1
-1
lines changed
  • aggregation_mode/src/backend

1 file changed

+1
-1
lines changed

aggregation_mode/src/backend/eth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ impl fmt::Display for BlobEstimationError {
4141
/// # Formula:
4242
/// The gas price is estimated using an exponential function based on the blob gas used in the latest block and the
4343
/// excess blob gas from the block header, following the formula from EIP-4844:
44-
/// ```
44+
/// ```txt
4545
/// blob_gas = arbitrary_base_blob_gas_price + (excess_blob_gas + blob_gas_used) * headroom
4646
/// ```
4747
///

0 commit comments

Comments
 (0)