mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-02 22:03:37 +00:00
Update specs/phase0/p2p-interface.md
Co-authored-by: Danny Ryan <dannyjryan@gmail.com>
This commit is contained in:
parent
99186f775e
commit
0c4058b7be
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user