From 7c31b3ee7a8963fca527972be39a7ce43e3f1fe9 Mon Sep 17 00:00:00 2001 From: Enrico Del Fante Date: Fri, 4 Oct 2024 14:13:04 +0200 Subject: [PATCH] Update specs/deneb/p2p-interface.md Co-authored-by: Mehdi AOUADI --- specs/deneb/p2p-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/deneb/p2p-interface.md b/specs/deneb/p2p-interface.md index 95d0e33ed..c7ea31058 100644 --- a/specs/deneb/p2p-interface.md +++ b/specs/deneb/p2p-interface.md @@ -314,7 +314,7 @@ Clients SHOULD NOT respond with sidecars related to blocks that fail the beacon In addition to `BlobSidecarsByRoot` requests, recent blobs recovery MAY also be done by querying the Execution Layer (i.e. via `engine_getBlobsV1`) Implementers are encouraged to leverage this method to increase the likelihood of incorporating and attesting to the last block when its proposer is not able to publish blobs on time. -When clients uses local execution layer to recover missing blobs relative to the current slot, they MUST behave as if the corresponding `blob_sidecar` had been received via gossip. In particular they MUST: +When clients use local execution layer to recover missing blobs relative to the current slot, they MUST behave as if the corresponding `blob_sidecar` had been received via gossip. In particular they MUST: - publish the corresponding `blob_sidecar` on the `blob_sidecar_{subnet_id}` subnet. - update gossip rule related data structures (ie update the anti-equivocation cache).