From f87e05876d273874c763a1fd3a8cfd39ca5ca5ec Mon Sep 17 00:00:00 2001 From: Tsahi Zidenberg <65945052+tsahee@users.noreply.github.com> Date: Wed, 23 Jul 2025 07:19:13 -0600 Subject: [PATCH] Revert "Add MEL Root to Global State (#751)" This reverts commit d3b8a08b5e431033f90c5c95ee563e0aeec852d1. --- chain-abstraction/execution_state.go | 1 - 1 file changed, 1 deletion(-) diff --git a/chain-abstraction/execution_state.go b/chain-abstraction/execution_state.go index 9f4e354dd4..439dc23100 100644 --- a/chain-abstraction/execution_state.go +++ b/chain-abstraction/execution_state.go @@ -20,7 +20,6 @@ import ( type GoGlobalState struct { BlockHash common.Hash `json:"blockHash"` SendRoot common.Hash `json:"sendRoot"` - MELRoot common.Hash `json:"melRoot"` Batch uint64 `json:"batch"` PosInBatch uint64 `json:"positionInBatch"` }