Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 1336deb

Browse files
authored
Revert "Add MEL Root to Global State" (#755)
1 parent fcbd4f0 commit 1336deb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

chain-abstraction/execution_state.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import (
2020
type GoGlobalState struct {
2121
BlockHash common.Hash `json:"blockHash"`
2222
SendRoot common.Hash `json:"sendRoot"`
23-
MELRoot common.Hash `json:"melRoot"`
2423
Batch uint64 `json:"batch"`
2524
PosInBatch uint64 `json:"positionInBatch"`
2625
}

0 commit comments

Comments
 (0)