Skip to content

Commit

Permalink
Update /validator/block API description. (#1664)
Browse files Browse the repository at this point in the history
* Update API description.

Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>

* Address feedback.

Signed-off-by: Byron Gravenorst <byron.gravenorst@consensys.net>
  • Loading branch information
bgravenorst authored Apr 27, 2020
1 parent 6936481 commit af1c82a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public PostBlock(
@OpenApiRequestBody(content = {@OpenApiContent(from = SignedBeaconBlock.class)}),
description =
"Submit a signed beacon block to the beacon node to be imported."
+ " Validation is expected to be performed by the beacon node.",
+ " The beacon node performs the required validation.",
responses = {
@OpenApiResponse(
status = RES_OK,
Expand Down

0 comments on commit af1c82a

Please sign in to comment.