Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-libp2p
Commits
0c78255f
Commit
0c78255f
authored
Jan 09, 2015
by
Juan Batiz-Benet
Browse files
updated multiaddr
parent
46811729
Changes
1
Hide whitespace changes
Inline
Side-by-side
net/conn/dial.go
View file @
0c78255f
...
@@ -100,7 +100,7 @@ func MultiaddrProtocolsMatch(a, b ma.Multiaddr) bool {
...
@@ -100,7 +100,7 @@ func MultiaddrProtocolsMatch(a, b ma.Multiaddr) bool {
}
}
for
i
,
api
:=
range
ap
{
for
i
,
api
:=
range
ap
{
if
api
!=
bp
[
i
]
{
if
api
.
Code
!=
bp
[
i
]
.
Code
{
return
false
return
false
}
}
}
}
...
...
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