Add missing documentation about EVMC_STORAGE_MODIFIED_AGAIN

cc @gumb0
This commit is contained in:
Paweł Bylica 2018-09-06 18:09:13 +02:00
parent 9d50ed1ab3
commit 16049f2a8f
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 1 additions and 0 deletions

View File

@ -431,6 +431,7 @@ typedef void (*evmc_get_storage_fn)(struct evmc_uint256be* result,
* - 0 is zero value,
* - X != 0 (X is any value other than 0),
* - Y != X, Y != 0 (Y is any value other than X and 0),
* - Z != Y (Z is any value other than Y),
* - the "->" means the change from one value to another.
*/
enum evmc_storage_status