Skip to content

Commit 478dd83

Browse files
committed
fix(forks): tox
1 parent 854e13f commit 478dd83

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/ethereum_test_forks/base_fork.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,12 @@ def __call__(
8484
calldata: The data of the transaction.
8585
contract_creation: Whether the transaction creates a contract.
8686
access_list: The list of access lists for the transaction.
87-
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.
87+
authorization_list_or_count: The list of authorizations or the count of authorizations
88+
for the transaction.
89+
return_cost_deducted_prior_execution: If set to False, the returned value is equal to
90+
the minimum gas required for the transaction to be valid. If set to True, the
91+
returned value is equal to the cost that is deducted from the gas limit before
92+
the transaction starts execution.
8993
9094
Returns:
9195
Gas cost of a transaction

0 commit comments

Comments
 (0)