Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Andrei Maiboroda <andrei@ethereum.org>
  • Loading branch information
chfast and gumb0 committed Nov 5, 2019
1 parent cee05a7 commit d72a5c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/evmc/evmc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d72a5c2

Please sign in to comment.