Skip to content

Commit a3bace8

Browse files
committed
system call comment
1 parent e0ba24a commit a3bace8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/state/state.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ void system_call(State& state, const BlockInfo& block, evmc_revision rev, evmc::
153153

154154
if (rev >= EVMC_CANCUN)
155155
{
156+
// TODO: Check if the system account should be touched.
157+
// state.touch(SystemAddress);
158+
156159
if (const auto acc = state.find(BeaconRootsAddress); acc != nullptr)
157160
{
158161
const evmc_message msg{

0 commit comments

Comments
 (0)