Skip to content

Commit

Permalink
Update module/finalizer/collection/finalizer.go comment
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Schalm <[email protected]>
  • Loading branch information
tim-barry and jordanschalm authored Dec 6, 2024
1 parent f9e16bf commit 42b2331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/finalizer/collection/finalizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func (f *Finalizer) MakeFinal(blockID flow.Identifier) error {
// For now, we just use the parent signers as the guarantors of this
// collection.

// TODO add real signatures here (2711)
// TODO add real signatures here (https://github.com/onflow/flow-go-internal/issues/4569)
f.pusher.SubmitCollectionGuarantee(&flow.CollectionGuarantee{
CollectionID: payload.Collection.ID(),
ReferenceBlockID: payload.ReferenceBlockID,
Expand Down

0 comments on commit 42b2331

Please sign in to comment.