diff options
author | chriseth <chris@ethereum.org> | 2018-02-28 01:51:12 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-03-02 00:19:35 +0800 |
commit | 4ce0e7775d86076b2f1d0e1d1390f7a76636d257 (patch) | |
tree | c1a5a01ede1cf5de480dbf4a8abcbffd0caf86a7 /solc/CommandLineInterface.cpp | |
parent | 7171ac0124b9a23be9f631b8d8191aae07a52516 (diff) | |
download | dexon-solidity-4ce0e7775d86076b2f1d0e1d1390f7a76636d257.tar.gz dexon-solidity-4ce0e7775d86076b2f1d0e1d1390f7a76636d257.tar.zst dexon-solidity-4ce0e7775d86076b2f1d0e1d1390f7a76636d257.zip |
Add constantinople.
Diffstat (limited to 'solc/CommandLineInterface.cpp')
-rw-r--r-- | solc/CommandLineInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solc/CommandLineInterface.cpp b/solc/CommandLineInterface.cpp index caa564bc..fd079656 100644 --- a/solc/CommandLineInterface.cpp +++ b/solc/CommandLineInterface.cpp @@ -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.") ( |