ensure BeaconBlocksByRoot requests are lists rather than containers

This commit is contained in:
Danny Ryan
2019-09-16 08:59:04 -05:00
committed by GitHub
parent 8bb9354e65
commit 4b2596dbad

View File

@@ -422,7 +422,7 @@ Request Content:
```
(
block_roots: []HashTreeRoot
[]HashTreeRoot
)
```
@@ -430,7 +430,7 @@ Response Content:
```
(
blocks: []BeaconBlock
[]BeaconBlock
)
```