Skip to content

Commit e6218c0

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

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
@@ -480,7 +480,7 @@ def max_code_size(cls) -> int | None:
480480
@classmethod
481481
@abstractmethod
482482
def max_initcode_size(cls) -> int | None:
483-
"""Return the maximum initcode size when using a CREATE frame."""
483+
"""Return the maximum initcode size allowed to be used in a contract creation."""
484484
pass
485485

486486
@classmethod

0 commit comments

Comments
 (0)