Skip to content

Commit

Permalink
4844: remove extra ref to using body for validation
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed May 25, 2023
1 parent 4377bc6 commit 972c95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-4844.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ rlp([
])
```

The value of `excess_data_gas` can be calculated using the parent header and number of blobs in the block.
The value of `excess_data_gas` can be calculated using the parent header.

```python
def calc_excess_data_gas(parent: Header) -> int:
Expand Down

0 comments on commit 972c95f

Please sign in to comment.