From 9057385af4fd9061f0010783a97f2d8cf71524d4 Mon Sep 17 00:00:00 2001 From: criciss Date: Sun, 31 May 2026 21:15:00 +0800 Subject: [PATCH] chore: fix typo in comment 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,