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 ddb0cb7 commit 17a9a2bCopy full SHA for 17a9a2b
engine/collection/pusher/engine.go
@@ -25,8 +25,8 @@ import (
25
"github.com/onflow/flow-go/utils/logging"
26
)
27
28
-// Engine is the collection pusher engine, which provides access to resources
29
-// held by the collection node.
+// Engine is part of the Collection Nodes. It broadcasts finalized collections
+// that the cluster generates to the broader network.
30
type Engine struct {
31
log zerolog.Logger
32
engMetrics module.EngineMetrics
0 commit comments