From dad09f64b328dbb14571ae482992bc6c80bb2838 Mon Sep 17 00:00:00 2001 From: Enrico Del Fante Date: Fri, 1 Dec 2023 08:28:29 +0100 Subject: [PATCH] Update specs/phase0/p2p-interface.md Co-authored-by: Mikhail Kalinin --- specs/phase0/p2p-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/phase0/p2p-interface.md b/specs/phase0/p2p-interface.md index 41b7a060a..cbc5c8cb5 100644 --- a/specs/phase0/p2p-interface.md +++ b/specs/phase0/p2p-interface.md @@ -858,7 +858,7 @@ Clients MAY limit the number of blocks in the response. Clients MAY include a block in the response as soon as it passes the gossip validation rules. Clients MUST NOT respond with blocks that fail gossip validation rules. -Clients SHOULD NOT include blocks that fail `state_transition(block)`. +Clients SHOULD NOT respond with blocks that fail beacon chain state transition. `/eth2/beacon_chain/req/beacon_blocks_by_root/1/` is deprecated. Clients MAY respond with an empty list during the deprecation transition period.