EVM-C: Update EVM revision names

Resolves https://github.com/ethereum/evmjit/issues/117.
This commit is contained in:
Paweł Bylica 2017-08-18 18:38:41 +02:00
parent 25bc753f0e
commit 17ec97bcde
1 changed files with 2 additions and 2 deletions

View File

@ -359,8 +359,8 @@ typedef int (*evm_set_option_fn)(struct evm_instance* evm,
enum evm_revision {
EVM_FRONTIER = 0,
EVM_HOMESTEAD = 1,
EVM_ANTI_DOS = 2,
EVM_CLEARING = 3,
EVM_TANGERINE_WHISTLE = 2,
EVM_SPURIOUS_DRAGON = 3,
EVM_BYZANTIUM = 4,
EVM_CONSTANTINOPLE = 5,
};