Skip to content

Commit 6ae15da

Browse files
Update src/ethereum_test_forks/base_fork.py
Co-authored-by: Paweł Bylica <chfast@gmail.com>
1 parent 432c816 commit 6ae15da

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
@@ -471,7 +471,7 @@ def max_code_size(cls) -> int | None:
471471
@classmethod
472472
@abstractmethod
473473
def max_initcode_size(cls) -> int | None:
474-
"""Return the maximum initcode size when using a CREATE frame."""
474+
"""Return the maximum initcode size allowed to be used in a contract creation."""
475475
pass
476476

477477
@classmethod

0 commit comments

Comments
 (0)