We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a88fa commit b0d2a13Copy full SHA for b0d2a13
aggregation_mode/src/backend/eth.rs
@@ -41,7 +41,7 @@ impl fmt::Display for BlobEstimationError {
41
/// # Formula:
42
/// The gas price is estimated using an exponential function based on the blob gas used in the latest block and the
43
/// excess blob gas from the block header, following the formula from EIP-4844:
44
-/// ```
+/// ```txt
45
/// blob_gas = arbitrary_base_blob_gas_price + (excess_blob_gas + blob_gas_used) * headroom
46
/// ```
47
///
0 commit comments