From 4a3c142cf2f9f45df418b4b53dab58badad7c33a Mon Sep 17 00:00:00 2001 From: jonny rhea Date: Fri, 15 Nov 2019 18:05:57 -0600 Subject: [PATCH] fix comment on evmc_get_code_hash_fn --- include/evmc/evmc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/evmc/evmc.h b/include/evmc/evmc.h index fe950d3..3fc3ca6 100644 --- a/include/evmc/evmc.h +++ b/include/evmc/evmc.h @@ -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