Skip to content

Commit

Permalink
Return 404 error if no sync committee contribution is available
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Apr 7, 2024
1 parent fc89ec5 commit 706d976
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apis/validator/sync_committee_contribution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ get:
A 503 error must be returned if the block identified by the response
`beacon_block_root` is optimistic (i.e. the sync committee contribution
refers to a block that has not been fully verified by an execution engine).
A 404 error must be returned if no sync committee contribution is available
for the requested `beacon_block_root`.
parameters:
- name: slot
in: query
Expand Down

0 comments on commit 706d976

Please sign in to comment.