cover `step` parameter in stricter range request

This commit is contained in:
Jacek Sieka 2020-05-20 09:51:47 +02:00
parent 7371341f6c
commit 18f8c74d5a
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8
1 changed files with 1 additions and 1 deletions

View File

@ -589,7 +589,7 @@ Clients MUST keep a record of signed blocks seen since the since the start of th
Clients MUST respond with at least the first block that exists in the range, if they have it.
The following blocks MUST be ordered consecutively, with each `parent_root` matching the `hash_tree_root` of the previous block.
The following blocks, where they exist, MUST be send in consecutive order without gaps, as selected by `step`. In particular, when `step == 1`, each `parent_root` MUST match the `hash_tree_root` of the preceding block.
Clients MAY limit the number of blocks in the response.