From 589d0ac42245997c5d5b0bbce95ae7aacdf2ac98 Mon Sep 17 00:00:00 2001 From: Enrico Del Fante Date: Thu, 30 Nov 2023 12:08:42 +0100 Subject: [PATCH] remove the last consider --- 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 efae68832e..9391b3656d 100644 --- a/specs/phase0/p2p-interface.md +++ b/specs/phase0/p2p-interface.md @@ -856,7 +856,7 @@ Clients MUST support requesting blocks since the latest finalized epoch. Clients MUST respond with at least one block, if they have it. Clients MAY limit the number of blocks in the response. -Clients MAY consider including a block in the response as soon as it passes the gossip validation rules. +Clients MAY include a block in the response as soon as it passes the gossip validation rules. Clients MUST NOT respond with blocks that failed gossip validation rules. Clients MUST NOT respond with blocks that failed `fork_choice.on_block`.