From b02e4d90bf1f6ab07c4efed5d2d0232dd3201fe9 Mon Sep 17 00:00:00 2001 From: Justin Mitchell Date: Thu, 14 Mar 2024 10:55:40 +0100 Subject: [PATCH] Added that ping is the only supported protocol --- sync/p2p_messages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync/p2p_messages.md b/sync/p2p_messages.md index 706c0ac8..e3833c2f 100644 --- a/sync/p2p_messages.md +++ b/sync/p2p_messages.md @@ -95,7 +95,7 @@ Message is RLP encoded, fields: ### Version 2 - `Versions :: list` - - `Protocol :: binary` - type of message. + - `Protocol :: binary` - type of message, currently only "ping" is supported. - `Vsns :: [int]` - versions supported - `Port :: int` - listen port. - `Share :: int` - number of peers to share.