Skip to content

Commit 4dca651

Browse files
committed
docs(tests): clarify test_nested_create_fail_parent_revert_state_gas docstring
1 parent a65eab1 commit 4dca651

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/amsterdam/eip8037_state_creation_gas_cost_increase/test_state_gas_create.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1887,8 +1887,8 @@ def test_nested_create_fail_parent_revert_state_gas(
18871887
create_opcode: Op,
18881888
) -> None:
18891889
"""
1890-
Verify factory nonce across the compound caller to factory to
1891-
child-create failure flow when the parent reverts or succeeds.
1890+
Verify factory nonce is rolled back when the factory reverts after
1891+
a failed inner CREATE, and preserved when the factory returns.
18921892
"""
18931893
gas_limit_cap = fork.transaction_gas_limit_cap()
18941894
assert gas_limit_cap is not None

0 commit comments

Comments
 (0)