Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Mar 16, 2024
1 parent 9755e63 commit 2e9ac09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-2935.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ This address is currently exempt from [EIP-158](./eip-158.md) cleanup in Kaustin

### Gas costs and witnesses

We propose not to modify any gas cost since clients can directly resolve `BLOCKHASH` from an in-memory maintained structure or do a direct actual `SLOAD` or even a "system" execution of the deployed contract's `get`. However, for purposes of bundling block witnesses for stateless clients (for e.g. in Verkle activated networks), client should record corresponding witness accesses and bundle in the witnesses along with the corresponding proofs.
We propose not to modify any gas costs since clients can directly resolve `BLOCKHASH` from an in-memory maintained structure or do a direct actual `SLOAD` or even a "system" execution of the deployed contract's `get`. However, for purposes of bundling block witnesses for stateless clients (for e.g. in Verkle activated networks), client should record corresponding witness accesses and bundle in the witnesses along with the corresponding proofs.

## Rationale

Expand Down

0 comments on commit 2e9ac09

Please sign in to comment.