Add constantinople.

This commit is contained in:
chriseth
2018-03-01 17:19:35 +01:00
parent 7171ac0124
commit 4ce0e7775d
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -539,7 +539,7 @@ Allowed options)",
(
g_strEVMVersion.c_str(),
po::value<string>()->value_name("version"),
"Select desired EVM version. Either homestead, tangerineWhistle, spuriousDragon or byzantium (default)."
"Select desired EVM version. Either homestead, tangerineWhistle, spuriousDragon, byzantium (default) or constantinople."
)
(g_argOptimize.c_str(), "Enable bytecode optimizer.")
(