Skip to content

Commit 9ce1fdd

Browse files
committed
discv5: remove another topic reference
1 parent 2ed9e22 commit 9ce1fdd

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
@@ -197,7 +197,7 @@ pending when WHOAREYOU is received, as in the following example:
197197
When this happens, all buffered requests can be considered invalid (the remote end cannot
198198
decrypt them) and the packet referenced by the WHOAREYOU `nonce` (in this example: PING)
199199
must be re-sent as a handshake. When the response to the re-sent is received, the new
200-
session is established and other pending requests (example: FINDNODE, TOPICQUERY) may be
200+
session is established and other pending requests (example: FINDNODE, TALKREQ) may be
201201
re-sent.
202202

203203
Note that WHOAREYOU is only ever valid as a response to a previously sent request. If

0 commit comments

Comments
 (0)