Commit 770489ab authored by Brian Tiger Chow's avatar Brian Tiger Chow

fix(corerouting) remove TODO. no longer applies now that routing servers are specified manually

parent a6710e9f
......@@ -73,9 +73,6 @@ func GrandCentralClient(remotes ...peer.PeerInfo) core.RoutingOption {
}
}
// TODO right now, I think this has a hidden dependency on the
// bootstrap peers provided to the core.Node. Careful...
var ids []peer.ID
for _, info := range remotes {
ids = append(ids, info.ID)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment