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 f9e16bf commit 42b2331Copy full SHA for 42b2331
module/finalizer/collection/finalizer.go
@@ -158,7 +158,7 @@ func (f *Finalizer) MakeFinal(blockID flow.Identifier) error {
158
// For now, we just use the parent signers as the guarantors of this
159
// collection.
160
161
- // TODO add real signatures here (2711)
+ // TODO add real signatures here (https://github.com/onflow/flow-go-internal/issues/4569)
162
f.pusher.SubmitCollectionGuarantee(&flow.CollectionGuarantee{
163
CollectionID: payload.Collection.ID(),
164
ReferenceBlockID: payload.ReferenceBlockID,
0 commit comments