We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b73f9 commit 62b3729Copy full SHA for 62b3729
cmd/devp2p/crawl.go
@@ -141,7 +141,7 @@ loop:
141
"added", atomic.LoadUint64(&added),
142
"updated", atomic.LoadUint64(&updated),
143
"removed", atomic.LoadUint64(&removed),
144
- "ignored(recent)", atomic.LoadUint64(&removed),
+ "ignored(recent)", atomic.LoadUint64(&recent),
145
"ignored(incompatible)", atomic.LoadUint64(&skipped))
146
}
147
0 commit comments