Skip to content

Commit

Permalink
Update EIP-7623: remove formating error
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
nerolation authored Feb 19, 2024
1 parent 30b6b49 commit cd04952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-7623.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The formula for determining the gas used per transaction changes to:
tx.gasused = (
21000 +
max(
TOTAL_COST_FLOOR_PER_TOKEN * tokens_in_calldata,
TOTAL_COST_FLOOR_PER_TOKEN * tokens_in_calldata,
STANDARD_TOKEN_COST * tokens_in_calldata + evm_gas_used
)
)
Expand Down

0 comments on commit cd04952

Please sign in to comment.