Skip to content

Commit 3e6d05e

Browse files
authored
Merge branch 'main' into cian/benchmarks-binary
2 parents 1ece273 + 6b2629e commit 3e6d05e

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)