Set default EVM version to Istanbul.

This commit is contained in:
chriseth
2019-12-04 10:42:14 +01:00
parent d0f9201ed4
commit dc79274871
6 changed files with 10 additions and 6 deletions
+2 -1
View File
@@ -656,7 +656,8 @@ Allowed options)",
(
g_strEVMVersion.c_str(),
po::value<string>()->value_name("version"),
"Select desired EVM version. Either homestead, tangerineWhistle, spuriousDragon, byzantium, constantinople, petersburg (default), istanbul or berlin."
"Select desired EVM version. Either homestead, tangerineWhistle, spuriousDragon, "
"byzantium, constantinople, petersburg, istanbul (default) or berlin."
)
(g_argOptimize.c_str(), "Enable bytecode optimizer.")
(