Skip to content

Commit 17a9a2b

Browse files
Update pusher engine doc comment
Co-authored-by: Alexander Hentschel <[email protected]>
1 parent ddb0cb7 commit 17a9a2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

engine/collection/pusher/engine.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import (
2525
"github.com/onflow/flow-go/utils/logging"
2626
)
2727

28-
// Engine is the collection pusher engine, which provides access to resources
29-
// held by the collection node.
28+
// Engine is part of the Collection Nodes. It broadcasts finalized collections
29+
// that the cluster generates to the broader network.
3030
type Engine struct {
3131
log zerolog.Logger
3232
engMetrics module.EngineMetrics

0 commit comments

Comments
 (0)