diff --git a/lib/evmone/execution_state.hpp b/lib/evmone/execution_state.hpp index 183d1e0bb6..52400afeb3 100644 --- a/lib/evmone/execution_state.hpp +++ b/lib/evmone/execution_state.hpp @@ -220,7 +220,9 @@ class ExecutionState status = EVMC_SUCCESS; output_offset = 0; output_size = 0; + deploy_container = {}; m_tx = {}; + call_stack = {}; } [[nodiscard]] bool in_static_mode() const { return (msg->flags & EVMC_STATIC) != 0; }