Skip to content

Commit 95229c9

Browse files
authored
Update src/ethereum_test_forks/base_fork.py
1 parent dede853 commit 95229c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ethereum_test_forks/base_fork.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def __call__(
8585
contract_creation: Whether the transaction creates a contract.
8686
access_list: The list of access lists for the transaction.
8787
authorization_list_or_count: The list of authorizations or the count of authorizations for the transaction.
88-
return_cost_deducted_prior_execution: If set to False, the returned value is equal to the minimum gas required for the transaction to be valid. If set to True, the returned value is equal to the cost that is deducted from the gas limit before the transaction starts execution.
88+
return_cost_deducted_prior_execution: If set to False, the returned value is equal to the minimum gas required for the transaction to be valid. If set to True, the returned value is equal to the cost that is deducted from the gas limit before the transaction starts execution.
8989
9090
Returns:
9191
Gas cost of a transaction

0 commit comments

Comments
 (0)