Skip to content

Commit 6b2629e

Browse files
authored
chore: fix typo in comment (#3334)
Signed-off-by: criciss <cricis@msn.com>
1 parent 59ed284 commit 6b2629e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

block/components.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ func newAggregatorComponents(
286286
return nil, fmt.Errorf("failed to create reaper: %w", err)
287287
}
288288

289-
if config.Node.BasedSequencer { // no submissions needed for bases sequencer
289+
if config.Node.BasedSequencer { // no submissions needed for based sequencer
290290
return &Components{
291291
Executor: executor,
292292
Pruner: pruner,

0 commit comments

Comments
 (0)