From 5420e021b28be641cfcb3f866b24121a6343273e Mon Sep 17 00:00:00 2001 From: g11tech Date: Wed, 29 May 2024 01:54:30 +0530 Subject: [PATCH] Update EIPS/eip-7709.md --- EIPS/eip-7709.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-7709.md b/EIPS/eip-7709.md index 6d9171eac5a381..d2e0489b7ffbf4 100644 --- a/EIPS/eip-7709.md +++ b/EIPS/eip-7709.md @@ -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: