From 97d931b7051d978f92da80c3d4e9b7ccc5226682 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Fri, 7 Feb 2020 19:03:09 +0100 Subject: [PATCH] rephrase fork choice requirement --- 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 fa4ecb66b..053009513 100644 --- a/specs/phase0/p2p-interface.md +++ b/specs/phase0/p2p-interface.md @@ -513,7 +513,7 @@ The response MUST contain no more than `count` blocks. Clients MUST order blocks by increasing slot number. -Clients MUST respond with blocks from what they consider to be the canonical chain as select be fork choice. In particular, blocks from slots before the finalization MUST lead to the finalized block reported in the `Status` handshake. +Clients MUST respond with blocks from their view of the current fork choice. In particular, blocks from slots before the finalization MUST lead to the finalized block reported in the `Status` handshake. #### BeaconBlocksByRoot