Skip to content

Commit

Permalink
fix gas_used
Browse files Browse the repository at this point in the history
  • Loading branch information
nerolation committed Jun 19, 2024
1 parent 036dbb6 commit 26a9556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ethereum/prague/fork.py
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ def calculate_intrinsic_cost(tx: Transaction) -> Tuple[Uint, Uint]:
-------
verified : `ethereum.base_types.Uint`
The intrinsic cost of the transaction.
verified : `ethereum.base_types.Uint`
tokens_in_calldata : `ethereum.base_types.Uint`
The eip-7623 calldata tokens used by the transaction.
"""
data_cost = 0
Expand Down

0 comments on commit 26a9556

Please sign in to comment.