We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ce301 commit 9b4f962Copy full SHA for 9b4f962
3 files changed
block/daIncluder.go
block/daIncluder_test.go
node/full.go
@@ -402,13 +402,11 @@ func (n *FullNode) Run(ctx context.Context) error {
402
go n.blockManager.HeaderSubmissionLoop(ctx)
403
go n.headerPublishLoop(ctx)
404
go n.dataPublishLoop(ctx)
405
- go n.blockManager.DAIncluderLoop(ctx)
406
} else {
407
go n.blockManager.RetrieveLoop(ctx)
408
go n.blockManager.HeaderStoreRetrieveLoop(ctx)
409
go n.blockManager.DataStoreRetrieveLoop(ctx)
410
go n.blockManager.SyncLoop(ctx)
411
412
}
413
414
// Block until context is canceled
0 commit comments