Skip to content

Commit

Permalink
Update EIPS/eip-7709.md
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed May 28, 2024
1 parent 87f3ba0 commit 5420e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-7709.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def resolve_blockhash(block: Block, state: State, arg: uint64):
ONLY if the `arg` is within the correct `BLOCKHASH` window, clients can choose to either

* do a direct `SLOAD` from state, or
* do a system call to [EIP-2935](./eip-2935.md) contract `get` or
* do a system call to [EIP-2935](./eip-2935.md) contract via its `get` mechanism (caller other than `SYSTEM_ADDRESS`) or
* serve from memory or as per current designs if maintaining requisite history (full clients for e.g.)

However the entire semantics and after effects of the `SLOAD` operation needs to be applied as per the current fork if the `arg` is within the correct `BLOCKHASH` window:
Expand Down

0 comments on commit 5420e02

Please sign in to comment.