Skip to content

Commit c579bea

Browse files
committed
skim comments
1 parent 0afefae commit c579bea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

block/internal/executing/executor.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -657,8 +657,6 @@ func (e *Executor) recordBlockMetrics(data *types.Data) {
657657
}
658658

659659
// daSubmissionLoop handles submission of headers and data to DA layer for aggregator nodes.
660-
// This replaces the confusing "submissionLoop" that was previously in the syncer.
661-
// The executor is the logical place for DA submission since it produces the blocks.
662660
func (e *Executor) daSubmissionLoop() {
663661
e.logger.Info().Msg("starting DA submission loop")
664662
defer e.logger.Info().Msg("DA submission loop stopped")

0 commit comments

Comments
 (0)