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-bitswap
Commits
654e5b4d
Commit
654e5b4d
authored
Jun 10, 2020
by
Dirk McCormick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: log error for unexpected reverse index mismatch
parent
85f0e9fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
internal/peermanager/peerwantmanager.go
internal/peermanager/peerwantmanager.go
+1
-0
No files found.
internal/peermanager/peerwantmanager.go
View file @
654e5b4d
...
@@ -360,6 +360,7 @@ func (pwm *peerWantManager) wantPeerCounts(c cid.Cid) wantPeerCnts {
...
@@ -360,6 +360,7 @@ func (pwm *peerWantManager) wantPeerCounts(c cid.Cid) wantPeerCnts {
for
p
:=
range
pwm
.
wantPeers
[
c
]
{
for
p
:=
range
pwm
.
wantPeers
[
c
]
{
pws
,
ok
:=
pwm
.
peerWants
[
p
]
pws
,
ok
:=
pwm
.
peerWants
[
p
]
if
!
ok
{
if
!
ok
{
log
.
Errorf
(
"reverse index has extra peer %s for key %s in peerWantManager"
,
string
(
p
),
c
)
continue
continue
}
}
...
...
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