Skip to content

Commit 643caa3

Browse files
committed
Mark the evmVersion field in StandardJSON as optional
1 parent a61cbb4 commit 643caa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using-the-compiler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ Input Description
353353
}
354354
}
355355
},
356-
// Version of the EVM to compile for.
356+
// Version of the EVM to compile for (optional).
357357
// Affects type checking and code generation. Can be homestead,
358358
// tangerineWhistle, spuriousDragon, byzantium, constantinople,
359359
// petersburg, istanbul, berlin, london, paris, shanghai, cancun (default), prague (experimental) or osaka (experimental).

0 commit comments

Comments
 (0)