We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3bd47b commit a40a672Copy full SHA for a40a672
block/internal/syncing/syncer.go
@@ -540,7 +540,7 @@ func (s *Syncer) processHeightEvent(event *common.DAHeightEvent) {
540
}
541
542
// only save to p2p stores if the event came from DA
543
- if event.Source == common.SourceDA {
+ if event.Source == common.SourceDA { // TODO(@julienrbrt): To be reverted once DA Hints are merged (https://github.com/evstack/ev-node/pull/2891)
544
g, ctx := errgroup.WithContext(s.ctx)
545
g.Go(func() error {
546
// broadcast header locally only — prevents spamming the p2p network with old height notifications,
0 commit comments