From 0c4058b7bed511201ee6fc142775822426ff6c5c Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Fri, 8 Apr 2022 13:23:13 +0200 Subject: [PATCH] Update specs/phase0/p2p-interface.md Co-authored-by: Danny Ryan --- 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 55c0e8479..4c45a90d0 100644 --- a/specs/phase0/p2p-interface.md +++ b/specs/phase0/p2p-interface.md @@ -743,7 +743,7 @@ For example, requesting blocks starting at `start_slot=2` and `count=4` would re In cases where a slot is empty for a given slot number, no block is returned. For example, if slot 4 were empty in the previous example, the returned array would contain `[2, 3, 5]`. -`step` is deprecated and must be set to 1. Clients may respond with a single block if a larger step is returned during the transition period. +`step` is deprecated and must be set to 1. Clients may respond with a single block if a larger step is returned during the deprecation transition period. `BeaconBlocksByRange` is primarily used to sync historical blocks.