Skip to content

Commit 1574a08

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

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
@@ -643,7 +643,7 @@ def precompiles(cls, block_number: int = 0, timestamp: int = 0) -> List[Address]
643643
def max_code_size(cls) -> int:
644644
# NOTE: Move this to Spurious Dragon once this fork is introduced. See EIP-170.
645645
"""At Spurious Dragon, an upper bound was introduced for max contract code size."""
646-
return int(0x6000)
646+
return 0x6000
647647

648648
@classmethod
649649
def call_opcodes(

0 commit comments

Comments
 (0)