Skip to content

Commit 8809d39

Browse files
authored
discv4.md: fix typo in documentation of FindNode packet
Fixes #194
1 parent 8fd5f7e commit 8809d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discv4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ optional.
132132
packet-data = [target, expiration, ...]
133133

134134
A FindNode packet requests information about nodes close to `target`. The `target` is a
135-
65-byte secp256k1 public key. When FindNode is received, the recipient should reply with
135+
64-byte secp256k1 public key. When FindNode is received, the recipient should reply with
136136
[Neighbors] packets containing the closest 16 nodes to target found in its local table.
137137

138138
To guard against traffic amplification attacks, Neighbors replies should only be sent if

0 commit comments

Comments
 (0)