Skip to content

Commit b02e4d9

Browse files
committed
Added that ping is the only supported protocol
1 parent e002148 commit b02e4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sync/p2p_messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Message is RLP encoded, fields:
9595
### Version 2
9696

9797
- `Versions :: list`
98-
- `Protocol :: binary` - type of message.
98+
- `Protocol :: binary` - type of message, currently only "ping" is supported.
9999
- `Vsns :: [int]` - versions supported
100100
- `Port :: int` - listen port.
101101
- `Share :: int` - number of peers to share.

0 commit comments

Comments
 (0)