Skip to content

Commit c2502d5

Browse files
authored
deleted duplicate EVMHost.cpp
1 parent 4c4860b commit c2502d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/EVMHost.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ evmc::Result EVMHost::call(evmc_message const& _message) noexcept
399399
transfer(sender, destination, value);
400400
}
401401

402-
// Populate the access access list (enabled since Berlin).
402+
// Populate the access list (enabled since Berlin).
403403
// Note, this will also properly touch the created address.
404404
// TODO: support a user supplied access list too
405405
if (m_evmRevision >= EVMC_BERLIN)

0 commit comments

Comments
 (0)