Skip to content

Commit ae037ce

Browse files
authored
discv5: fix typo NEIGHBORS -> NODES (#252)
1 parent 9dbb8dc commit ae037ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discv5/discv5-theory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ A 'lookup' locates the `k` closest nodes to a node ID.
288288

289289
The lookup initiator starts by picking `α` closest nodes to the target it knows of from
290290
the local table. The initiator then sends [FINDNODE] requests to those nodes. `α` is an
291-
implementation-defined concurrency parameter, typically `3`. As NEIGHBORS responses are
291+
implementation-defined concurrency parameter, typically `3`. As NODES responses are
292292
received, the initiator resends FINDNODE to nodes it has learned about from previous
293293
queries. Of the `k` nodes the initiator has heard of closest to the target, it picks `α`
294294
that it has not yet queried and sends FINDNODE to them. The lookup terminates when the

0 commit comments

Comments
 (0)