Skip to content

Commit

Permalink
Remove comment line
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkaseman committed Dec 17, 2024
1 parent b13d1e3 commit d8c81d2
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 d8c81d2

Please sign in to comment.