Skip to content

Commit

Permalink
Update src/ethereum/prague/fork.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tanishq Jasoria <[email protected]>
  • Loading branch information
nerolation and tanishqjasoria authored Oct 2, 2024
1 parent 2eb953f commit 87f968c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ethereum/prague/fork.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 87f968c

Please sign in to comment.