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
p2p
go-p2p-kad-dht
Commits
eeba1367
Commit
eeba1367
authored
Oct 06, 2017
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update connmgr deps
parent
3c90c061
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
lookup.go
lookup.go
+1
-1
package.json
package.json
+2
-2
No files found.
lookup.go
View file @
eeba1367
...
...
@@ -32,7 +32,7 @@ func toPeerInfos(ps []peer.ID) []*pstore.PeerInfo {
func
loggableKey
(
k
string
)
logging
.
LoggableMap
{
cid
,
err
:=
cid
.
Cast
([]
byte
(
k
))
if
err
!=
nil
{
log
.
Errorf
(
"loggableKey could not cast key: %
v"
,
err
)
log
.
Errorf
(
"loggableKey could not cast key: %
x %v"
,
k
,
err
)
}
else
{
k
=
cid
.
String
()
}
...
...
package.json
View file @
eeba1367
...
...
@@ -126,9 +126,9 @@
},
{
"author"
:
"whyrusleeping"
,
"hash"
:
"Qm
RQ76P5dgvxTujhfPsCRAG83rC15jgb1G9bKLuomuC6dQ
"
,
"hash"
:
"Qm
bgce14YTWE2qhE49JVvTBPaHTyz3FaFmqQPyuZAz6C28
"
,
"name"
:
"go-libp2p"
,
"version"
:
"5.0.
2
"
"version"
:
"5.0.
4
"
},
{
"author"
:
"whyrusleeping"
,
...
...
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