fix(corerouting) remove TODO. no longer applies now that routing servers are specified manually
Brian Tiger Chow committed
Feb 2, 2015 at 06:05 UTC
770489ab2c9088e7a62d70ccda2b0d25a9e5a9ee
1 file changed
-3
core/corerouting/core.go
-3
@@ -73,9 +73,6 @@ func GrandCentralClient(remotes ...peer.PeerInfo) core.RoutingOption {
73
}
74
}
75
76
- // TODO right now, I think this has a hidden dependency on the
77
- // bootstrap peers provided to the core.Node. Careful...
78
-
76
var ids []peer.ID
77
for _, info := range remotes {
78
ids = append(ids, info.ID)