Skip to content

Commit 955587d

Browse files
remove melvalidator interface
1 parent f494e55 commit 955587d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arbnode/mel/runner/mel.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@ type ParentChainReader interface {
9292
FilterLogs(ctx context.Context, q ethereum.FilterQuery) ([]types.Log, error)
9393
}
9494

95-
type MELValidator interface {
96-
Rewind(parentChainBlockNumber uint64)
97-
}
98-
9995
// Defines a message extraction service for a Nitro node which reads parent chain
10096
// blocks one by one to transform them into messages for the execution layer.
10197
type MessageExtractor struct {

0 commit comments

Comments
 (0)