Skip to content

Commit 6a2b075

Browse files
Update src/ethereum_test_forks/forks/forks.py
Co-authored-by: Paweł Bylica <chfast@gmail.com>
1 parent e9bb74c commit 6a2b075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ethereum_test_forks/forks/forks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ def precompiles(cls, block_number: int = 0, timestamp: int = 0) -> List[Address]
648648
def max_code_size(cls) -> int:
649649
# NOTE: Move this to Spurious Dragon once this fork is introduced. See EIP-170.
650650
"""At Spurious Dragon, an upper bound was introduced for max contract code size."""
651-
return int(0x6000)
651+
return 0x6000
652652

653653
@classmethod
654654
def call_opcodes(

0 commit comments

Comments
 (0)