From a3bace8ea5d4030237824f67c08c55ad137184cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Tue, 26 Sep 2023 12:18:11 +0200 Subject: [PATCH] system call comment --- test/state/state.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/state/state.cpp b/test/state/state.cpp index 758ab67c6f..ff6e87c866 100644 --- a/test/state/state.cpp +++ b/test/state/state.cpp @@ -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{