From d72a5c2e4ce988f866022feebbfbe5fdd014b383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Tue, 5 Nov 2019 15:59:26 +0100 Subject: [PATCH] Apply suggestions from code review Co-Authored-By: Andrei Maiboroda --- include/evmc/evmc.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/evmc/evmc.hpp b/include/evmc/evmc.hpp index 45cb6f56f..777c7f53c 100644 --- a/include/evmc/evmc.hpp +++ b/include/evmc/evmc.hpp @@ -411,8 +411,8 @@ class VM /// Executes code without the Host context. /// /// The same as - /// execute(evmc_context&, evmc_revision, const evmc_message&, const uint8_t*, size_t), - /// but without providing the Host context. + /// execute(const evmc_host_interface&, evmc_host_context*, evmc_revision, const evmc_message&, const uint8_t*, size_t), + /// but without providing the Host context and interface. /// This method is for experimental precompiles support where execution is guaranteed /// not to require any Host access. result execute(evmc_revision rev,