We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0afefae commit c579beaCopy full SHA for c579bea
block/internal/executing/executor.go
@@ -657,8 +657,6 @@ func (e *Executor) recordBlockMetrics(data *types.Data) {
657
}
658
659
// 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.
662
func (e *Executor) daSubmissionLoop() {
663
e.logger.Info().Msg("starting DA submission loop")
664
defer e.logger.Info().Msg("DA submission loop stopped")
0 commit comments