From 75d1c61653f730c255d4c103b5b92a026dc941b6 Mon Sep 17 00:00:00 2001 From: calciumbe <192480234+calciumbe@users.noreply.github.com> Date: Mon, 23 Dec 2024 22:17:52 +0800 Subject: [PATCH] Update EIP-7805: fix typo --- EIPS/eip-7805.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-7805.md b/EIPS/eip-7805.md index 980b307e23d947..6f3ee46337f719 100644 --- a/EIPS/eip-7805.md +++ b/EIPS/eip-7805.md @@ -103,7 +103,7 @@ For each transaction `T` in ILs, perform the following: 3. Execute `T` on state `S`. Assert that the execution of `T` fails. -If `B` is full, the process terminates. Also note that we do not need to reset the state to `S`, since the only way for a transaction to alter the state is for it to execute sucessfully, in which case the block is invalid, and so the block will not be applied to the state. +If `B` is full, the process terminates. Also note that we do not need to reset the state to `S`, since the only way for a transaction to alter the state is for it to execute successfully, in which case the block is invalid, and so the block will not be applied to the state. We make the following changes to the engine API: