Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/images/el-specs/gas-header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/wiki/EL/el-specs.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ $$
| $I_{chainId}$ | Identifier for the blockchain, ensuring transactions are signed for a specific chain. |
| $I_{traces}$ | A placeholder for execution traces, intended for future use or debugging purposes. |
| $I_{excessBlobGas}$ | Calculated from the parent block, it represents surplus gas allocated for blob transactions. |
| $I_{blobVersionedHashes}$ | |
| $I_{blobVersionedHashes}$ | the ordered list of versioned hashes of blobs that are attached to the current transaction. |

## Gas Accounting

Expand Down
Loading