Merge pull request #454 from jrhea/fix-comment

Fix comment on evmc_get_code_hash_fn
This commit is contained in:
Alex Beregszaszi 2019-11-19 18:38:42 +01:00 committed by GitHub
commit 0d5929b2a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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