Skip to content

Commit

Permalink
Change Deneb description for publishBlock(V2) (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov authored Nov 16, 2023
1 parent c097f1a commit 2c4d195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apis/beacon/blocks/blocks.v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ post:
before doing so, so as to aid timely delivery of the block. Should the block fail full
validation, a separate success response code (202) is used to indicate that the block was
successfully broadcast but failed integration. After Deneb, this additionally instructs
the beacon node to broadcast all given signed blobs. The broadcast behaviour may be adjusted via the
the beacon node to broadcast all given blobs. The broadcast behaviour may be adjusted via the
`broadcast_validation` query parameter.
parameters:
- name: broadcast_validation
Expand Down
2 changes: 1 addition & 1 deletion apis/beacon/blocks/blocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ post:
before doing so, so as to aid timely delivery of the block. Should the block fail full
validation, a separate success response code (202) is used to indicate that the block was
successfully broadcast but failed integration. After Deneb, this additionally instructs
the beacon node to broadcast all given signed blobs.
the beacon node to broadcast all given blobs.
parameters:
- in: header
schema:
Expand Down

0 comments on commit 2c4d195

Please sign in to comment.