From a0580f65d7e658327fe2251c6b1ce75398eac223 Mon Sep 17 00:00:00 2001 From: harsh jain Date: Fri, 3 Nov 2023 12:49:21 +0700 Subject: [PATCH] Update content/docs/rfcs/34/README.md Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com> --- content/docs/rfcs/34/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/rfcs/34/README.md b/content/docs/rfcs/34/README.md index 174d1808..059d5b13 100644 --- a/content/docs/rfcs/34/README.md +++ b/content/docs/rfcs/34/README.md @@ -90,7 +90,7 @@ message PeerExchangeRPC { The `enr` field contains a Waku ENR as specified in [31/WAKU2-ENR](/spec/31/). Requesters send a `PeerExchangeQuery` to a peer. -When `cluster_id` is set and `shards` are specified, responder SHOULD provide peers belonging to cluster_id/shards pair. +When `cluster_id` is set and `shards` are specified, responders SHOULD provide peers belonging to the specified cluster_id/shards pair. When no `shards` are specified, responders SHOULD provide a mixed list of peers from any shard and non-shard specific peers. Responders SHOULD include a maximum of `num_peers` `PeerInfo` instances into a response. Responders send a `PeerExchangeResponse` to requesters containing a list of `PeerInfo` instances, which in turn hold an ENR.