Add TangerineWhistle.

This commit is contained in:
chriseth
2018-03-01 17:19:35 +01:00
parent 7b0272ccfb
commit 982476f99d
6 changed files with 40 additions and 25 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 or byzantium (default)."
"Select desired EVM version. Either homestead, tangerineWhistle, spuriousDragon or byzantium (default)."
)
(g_argOptimize.c_str(), "Enable bytecode optimizer.")
(