diff --git a/EIPS/eip-3540.md b/EIPS/eip-3540.md index 5a1da1e40d80b1..ef9e1997a7d189 100644 --- a/EIPS/eip-3540.md +++ b/EIPS/eip-3540.md @@ -123,7 +123,7 @@ type_section := (inputs, outputs, max_stack_height)+ | magic | 2 bytes | 0xEF00 | EOF prefix | | version | 1 byte | 0x01 | EOF version | | kind_type | 1 byte | 0x01 | kind marker for EIP-4750 type section header | -| type_size | 2 bytes | 0x0003-0xFFFF | uint16 denoting the length of the type section content | +| type_size | 2 bytes | 0x0004-0xFFFC | uint16 denoting the length of the type section content, 4 bytes per code segment | | kind_code | 1 byte | 0x02 | kind marker for code size section | | num_code_sections | 2 bytes | 0x0001-0xFFFF | uint16 denoting the number of the code sections | | code_size | 2 bytes | 0x0001-0xFFFF | uint16 denoting the length of the code section content |