Skip to content

Commit 432c816

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

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
@@ -465,7 +465,7 @@ def evm_code_types(cls, block_number: int = 0, timestamp: int = 0) -> List[EVMCo
465465
@classmethod
466466
@abstractmethod
467467
def max_code_size(cls) -> int | None:
468-
"""Return the maximum code size to be deployed in a CREATE-frame."""
468+
"""Return the maximum code size allowed to be deployed in a contract creation."""
469469
pass
470470

471471
@classmethod

0 commit comments

Comments
 (0)