Skip to content

Commit a40a672

Browse files
committed
doc
1 parent d3bd47b commit a40a672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

block/internal/syncing/syncer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ func (s *Syncer) processHeightEvent(event *common.DAHeightEvent) {
540540
}
541541

542542
// only save to p2p stores if the event came from DA
543-
if event.Source == common.SourceDA {
543+
if event.Source == common.SourceDA { // TODO(@julienrbrt): To be reverted once DA Hints are merged (https://github.com/evstack/ev-node/pull/2891)
544544
g, ctx := errgroup.WithContext(s.ctx)
545545
g.Go(func() error {
546546
// broadcast header locally only — prevents spamming the p2p network with old height notifications,

0 commit comments

Comments
 (0)