From 87f968c531477f9ec5c46c495a84a4858c7e881b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toni=20Wahrst=C3=A4tter?= <51536394+nerolation@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:49:38 +0200 Subject: [PATCH] Update src/ethereum/prague/fork.py Co-authored-by: Tanishq Jasoria --- src/ethereum/prague/fork.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ethereum/prague/fork.py b/src/ethereum/prague/fork.py index 6225f5ce03..fb3be60a7c 100644 --- a/src/ethereum/prague/fork.py +++ b/src/ethereum/prague/fork.py @@ -887,7 +887,6 @@ def process_transaction( gas_used = tx.gas - output.gas_left # EIP-7623 floor price (note: no EVM costs) - floor = Uint(tokens_in_calldata * FLOOR_CALLDATA_COST + TX_BASE_COST) # Transactions with less gas used than the floor pay at the floor cost. if gas_used < floor: