Update EVMC to 7.2.0

This commit is contained in:
Alex Beregszaszi
2020-05-13 22:29:35 +01:00
parent 1700bdc4ad
commit 098cfd333f
4 changed files with 167 additions and 94 deletions
+2 -2
View File
@@ -345,8 +345,8 @@ struct evmc_result
/**
* The amount of gas left after the execution.
*
* If evmc_result::code is not ::EVMC_SUCCESS nor ::EVMC_REVERT
* the value MUST be 0.
* If evmc_result::status_code is neither ::EVMC_SUCCESS nor ::EVMC_REVERT
* the value MUST be 0.
*/
int64_t gas_left;