We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8e3d7 commit 903bfc9Copy full SHA for 903bfc9
packages/evm/src/eof/constants.ts
@@ -21,7 +21,7 @@ export const TYPE_DIVISOR = 4 // Divisor of types: the type section size should
21
22
export const CODE_MIN = 0x0001 // Minimum size of code section
23
24
-export const CODE_SIZE_MIN = 1 // Ninimum size of a code section in the body (the actual code)
+export const CODE_SIZE_MIN = 1 // Minimum size of a code section in the body (the actual code)
25
26
export const CONTAINER_MIN = 0x0001 // Minimum size of container section
27
export const CONTAINER_MAX = 0x0100 // Maximum size of container section
0 commit comments