From 718942cf74da9b17a77cb5e911a2a5d3464ad055 Mon Sep 17 00:00:00 2001 From: Jochem Brouwer Date: Mon, 15 Jul 2024 17:01:34 +0200 Subject: [PATCH] Point to correct EIP --- EIPS/eip-2935.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EIPS/eip-2935.md b/EIPS/eip-2935.md index 68d54a80a4f5b..d4b7c6054a0ef 100644 --- a/EIPS/eip-2935.md +++ b/EIPS/eip-2935.md @@ -175,9 +175,9 @@ Some activation scenarios: * for activation at block `1`, only genesis hash will be written at slot `0`. * for activation at block `32`, block `31`'s hash will be written to slot `31`. Every other slot will be `0`. -### [EIP-158](./eip-158.md) handling +### [EIP-161](./eip-161.md) handling -The bytecode above will be deployed à la [EIP-4788](./eip-4788.md). As such the account at `HISTORY_STORAGE_ADDRESS` will have code and a nonce of 1, and will be exempt from EIP-158 cleanup. +The bytecode above will be deployed à la [EIP-4788](./eip-4788.md). As such the account at `HISTORY_STORAGE_ADDRESS` will have code and a nonce of 1, and will be exempt from EIP-161 cleanup. ### Gas costs