Skip to content

Commit

Permalink
system call comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Oct 30, 2023
1 parent 4111e5d commit 5e034b4
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 @@ -154,6 +154,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 5e034b4

Please sign in to comment.