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,