From af1c82aa6983da21fdbe4b595f0fc8b11733c1cd Mon Sep 17 00:00:00 2001 From: bgravenorst <50852695+bgravenorst@users.noreply.github.com> Date: Mon, 27 Apr 2020 11:38:15 +1000 Subject: [PATCH] Update /validator/block API description. (#1664) * Update API description. Signed-off-by: Byron Gravenorst * Address feedback. Signed-off-by: Byron Gravenorst --- .../artemis/beaconrestapi/handlers/validator/PostBlock.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/beaconrestapi/src/main/java/tech/pegasys/artemis/beaconrestapi/handlers/validator/PostBlock.java b/data/beaconrestapi/src/main/java/tech/pegasys/artemis/beaconrestapi/handlers/validator/PostBlock.java index 0eb33ad5311..52bb213ee3b 100644 --- a/data/beaconrestapi/src/main/java/tech/pegasys/artemis/beaconrestapi/handlers/validator/PostBlock.java +++ b/data/beaconrestapi/src/main/java/tech/pegasys/artemis/beaconrestapi/handlers/validator/PostBlock.java @@ -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,