From 5dd6a87919631191f31b9353bc3aaa9f80ca478b Mon Sep 17 00:00:00 2001 From: ayenesimo1i <2958807+ayenesimo1i@users.noreply.github.com> Date: Wed, 19 Jun 2024 21:55:38 +0300 Subject: [PATCH] fix typos --- EIPS/eip-7703.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EIPS/eip-7703.md b/EIPS/eip-7703.md index ffeb6abd5e56d6..2aab74b21552a6 100644 --- a/EIPS/eip-7703.md +++ b/EIPS/eip-7703.md @@ -17,7 +17,7 @@ An adjustment in the Ethereum calldata cost which reduces the maximum possible b ## Motivation Larger blocks take longer to propagate through the network. -In this way, the maximium potential block size is constraining the block gas limit. +In this way, the maximum potential block size is constraining the block gas limit. Therefore, in order to safely increase the block gas limit, the calldata gas must be increased. ## Specification @@ -27,7 +27,7 @@ Therefore, in order to safely increase the block gas limit, the calldata gas mus ## Rationale -Tripling the gas cost of calldata reduces the maximimum possible block size by a factor of three. +Tripling the gas cost of calldata reduces the maximum possible block size by a factor of three. ## Backwards Compatibility