Skip to content

Commit 2ed9e22

Browse files
committed
discv5: remove more topic stuff
1 parent cba9167 commit 2ed9e22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discv5/discv5-theory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Node Discovery Protocol v5 - Theory
22

3-
**Protocol version v5.1**
3+
**Protocol version v5.2**
44

55
This document explains the algorithms and data structures used by the protocol.
66

@@ -191,7 +191,7 @@ pending when WHOAREYOU is received, as in the following example:
191191

192192
A -> B FINDNODE
193193
A -> B PING
194-
A -> B TOPICQUERY
194+
A -> B TALKREQ
195195
A <- B WHOAREYOU (nonce references PING)
196196

197197
When this happens, all buffered requests can be considered invalid (the remote end cannot

0 commit comments

Comments
 (0)