Skip to content

Commit f8c7cad

Browse files
committed
discv5: update version
1 parent 3269915 commit f8c7cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discv5/discv5-wire.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The `masked-header` contains the actual packet header, which starts with a fixed
8282
header = static-header || authdata
8383
static-header = protocol-id || version || flag || nonce || authdata-size
8484
protocol-id = "discv5"
85-
version = 0x0001
85+
version = 0x0002
8686
authdata-size = uint16 -- byte length of authdata
8787
flag = uint8 -- packet type identifier
8888
nonce = uint96 -- nonce of message

0 commit comments

Comments
 (0)