Skip to content

Commit

Permalink
return execution payload after blinded block is posted
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed May 6, 2022
1 parent 899c416 commit 7ae1541
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apis/builder/blinded_blocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ post:
"200":
description: |
The block was validated successfully and has been sent to the builder.
content:
application/json:
schema:
oneOf:
- $ref: "../../builder-oapi.yaml#/components/schemas/Bellatrix.ExecutionPayload"
"400":
description: The `SignedBeaconBlock` object is invalid
content:
Expand Down

0 comments on commit 7ae1541

Please sign in to comment.