From 6b2629ec76095dce9740520b1d98c23b0c15e4f5 Mon Sep 17 00:00:00 2001 From: criciss Date: Sun, 31 May 2026 22:26:25 +0800 Subject: [PATCH] chore: fix typo in comment (#3334) Signed-off-by: criciss --- block/components.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block/components.go b/block/components.go index ac5f782cdd..94e3c1fbc4 100644 --- a/block/components.go +++ b/block/components.go @@ -286,7 +286,7 @@ func newAggregatorComponents( return nil, fmt.Errorf("failed to create reaper: %w", err) } - if config.Node.BasedSequencer { // no submissions needed for bases sequencer + if config.Node.BasedSequencer { // no submissions needed for based sequencer return &Components{ Executor: executor, Pruner: pruner,