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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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