revert incorrect type fix

This commit is contained in:
Danny Ryan
2020-09-22 17:20:55 -06:00
committed by GitHub
parent 3cb15806be
commit a232efbeb7

View File

@@ -725,7 +725,7 @@ A request MUST NOT have a 0 slot increment, i.e. `step >= 1`.
`BeaconBlocksByRange` is primarily used to sync historical blocks.
The request MUST be encoded as a SSZ-container.
The request MUST be encoded as an SSZ-container.
The response MUST consist of zero or more `response_chunk`.
Each _successful_ `response_chunk` MUST contain a single `SignedBeaconBlock` payload.