Skip to content

Commit

Permalink
system call comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Sep 26, 2023
1 parent e0ba24a commit a3bace8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/state/state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ void system_call(State& state, const BlockInfo& block, evmc_revision rev, evmc::

if (rev >= EVMC_CANCUN)
{
// TODO: Check if the system account should be touched.
// state.touch(SystemAddress);

if (const auto acc = state.find(BeaconRootsAddress); acc != nullptr)
{
const evmc_message msg{
Expand Down

0 comments on commit a3bace8

Please sign in to comment.