Skip to content

Commit

Permalink
Insignificant comment change to trigger CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkaseman committed Dec 12, 2024
1 parent a7741f5 commit 212df15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/capabilities/launcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ func (w *launcher) Launch(ctx context.Context, state *registrysyncer.LocalRegist
}
}

// TODO: be a bit smarter about who we connect to; we should ideally only
// be connecting to peers when we need to.
// TODO: be a bit smarter about who we connect to;
// we should ideally only be connecting to peers when we need to.
// https://smartcontract-it.atlassian.net/browse/KS-330
err := w.peerWrapper.GetPeer().UpdateConnections(allPeers)
if err != nil {
Expand Down

0 comments on commit 212df15

Please sign in to comment.