Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
770489ab
Commit
770489ab
authored
10 years ago
by
Brian Tiger Chow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(corerouting) remove TODO. no longer applies now that routing servers are specified manually
parent
a6710e9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
core/corerouting/core.go
core/corerouting/core.go
+0
-3
No files found.
core/corerouting/core.go
View file @
770489ab
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment