Skip to content

Commit

Permalink
fix extra blob (ethereum#5629)
Browse files Browse the repository at this point in the history
Co-authored-by: lightclient <lightclient@protonmail.com>
Co-authored-by: axic <alex@rtfs.hu>

Co-authored-by: axic <alex@rtfs.hu>
  • Loading branch information
2 people authored and nachomazzara committed Jan 13, 2023
1 parent 434e113 commit f2b51b1
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 @@ -328,7 +328,7 @@ For early draft implementations, we simply change `get_blob_gas(pre_state)` to a
### Gas price update rule (Full version)

We propose a simple independent EIP-1559-style targeting rule to compute the gas cost of the transaction.
We use the `blobs` header field to store persistent data needed to compute the cost.
We use the `excess_blobs` header field to store persistent data needed to compute the cost.

Note that unlike existing transaction types, the gas cost is dependent on the pre-state of the block.

Expand Down

0 comments on commit f2b51b1

Please sign in to comment.