Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Nov 9, 2023
1 parent cb570f8 commit 0d18206
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 96 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"tags" : [ "Beacon", "Validator Required Api" ],
"operationId" : "publishBlock",
"summary" : "Publish a signed block",
"description" : "Submit a signed beacon block to the beacon node to be broadcast and imported. After Deneb, this additionally instructs the beacon node to broadcast and import all given kzg proofs and blobs. The beacon node performs the required validation.",
"description" : "Submit a signed beacon block to the beacon node to be broadcast and imported. After Deneb, this additionally instructs the beacon node to broadcast and import all given blobs. The beacon node performs the required validation.",
"requestBody" : {
"content" : {
"application/octet-stream" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private static EndpointMetadata createMetadata(
.summary("Publish a signed block")
.description(
"Submit a signed beacon block to the beacon node to be broadcast and imported."
+ " After Deneb, this additionally instructs the beacon node to broadcast and import all given kzg proofs and blobs."
+ " After Deneb, this additionally instructs the beacon node to broadcast and import all given blobs."
+ " The beacon node performs the required validation.")
.tags(TAG_BEACON, TAG_VALIDATOR_REQUIRED)
.requestBodyType(
Expand Down

This file was deleted.

0 comments on commit 0d18206

Please sign in to comment.