We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4860b commit c2502d5Copy full SHA for c2502d5
test/EVMHost.cpp
@@ -399,7 +399,7 @@ evmc::Result EVMHost::call(evmc_message const& _message) noexcept
399
transfer(sender, destination, value);
400
}
401
402
- // Populate the access access list (enabled since Berlin).
+ // Populate the access list (enabled since Berlin).
403
// Note, this will also properly touch the created address.
404
// TODO: support a user supplied access list too
405
if (m_evmRevision >= EVMC_BERLIN)
0 commit comments