From 8d841c864b13d3c9be7505662d39e0c258c54a83 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Wed, 11 Jan 2023 19:44:39 -0700 Subject: [PATCH] minor copy edit --- specs/eip4844/p2p-interface.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specs/eip4844/p2p-interface.md b/specs/eip4844/p2p-interface.md index 53199b6fd..f7c296aa8 100644 --- a/specs/eip4844/p2p-interface.md +++ b/specs/eip4844/p2p-interface.md @@ -251,7 +251,8 @@ The following blobs sidecars, where they exist, MUST be sent in consecutive orde Clients MAY limit the number of blobs sidecars in the response. -Clients MAY not want to rate limit `BlobSidecar` that does not contain any blobs, but contain non-zero `beacon_block_root`, `beacon_block_slot` and a valid `kzg_aggregated_proof`. +An empty `BlobSidecar` is one that does not contain any blobs, but contains non-zero `beacon_block_root`, `beacon_block_slot` and a valid `kzg_aggregated_proof`. +Clients MAY NOT want to consider empty `BlobSidecar`s in rate limiting logic. The response MUST contain no more than `count` blobs sidecars.