fix comment on evmc_get_code_hash_fn

This commit is contained in:
jonny rhea 2019-11-15 18:05:57 -06:00 committed by Paweł Bylica
parent 015e4b8f5d
commit 4a3c142cf2
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF

View File

@ -530,7 +530,7 @@ typedef size_t (*evmc_get_code_size_fn)(struct evmc_host_context* context,
const evmc_address* address);
/**
* Get code size callback function.
* Get code hash callback function.
*
* This callback function is used by a VM to get the keccak256 hash of the code stored
* in the account at the given address. For existing accounts not having a code, this