Skip to content

Commit 087b68f

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

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
@@ -474,7 +474,7 @@ def evm_code_types(cls, block_number: int = 0, timestamp: int = 0) -> List[EVMCo
474474
@classmethod
475475
@abstractmethod
476476
def max_code_size(cls) -> int | None:
477-
"""Return the maximum code size to be deployed in a CREATE-frame."""
477+
"""Return the maximum code size allowed to be deployed in a contract creation."""
478478
pass
479479

480480
@classmethod

0 commit comments

Comments
 (0)