From 05e03f526f53bfd7cb34a360da9e87e7b061c219 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet <3272758+gballet@users.noreply.github.com> Date: Tue, 10 Sep 2024 20:17:12 +0200 Subject: [PATCH] Update EIP-4762: unconditionnal account write during contract init (#8867) eip4762: unconditionnal account write during contract init --- EIPS/eip-4762.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/EIPS/eip-4762.md b/EIPS/eip-4762.md index eec94f0c1c84e0..5661fdb0a734bb 100644 --- a/EIPS/eip-4762.md +++ b/EIPS/eip-4762.md @@ -132,11 +132,6 @@ When a contract creation is initialized, process these write events: ``` (contract_address, 0, BASIC_DATA_LEAF_KEY) -``` - -When a contract is created, process these write events: - -``` (contract_address, 0, CODEHASH_LEAF_KEY) ```