Skip to content

Commit

Permalink
Clarify broadcast validation failure in 400 error (ethereum#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
zilm13 authored Nov 16, 2023
1 parent 2c4d195 commit ad873a0
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/blinded_blocks.v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ post:
"202":
description: "The block failed validation, but was successfully broadcast anyway. It was not integrated into the beacon node's database."
"400":
description: "The `SignedBlindedBeaconBlock` object is invalid"
description: "The `SignedBlindedBeaconBlock` object is invalid or broadcast validation failed"
content:
application/json:
schema:
Expand Down
2 changes: 1 addition & 1 deletion apis/beacon/blocks/blocks.v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ post:
"202":
description: "The block could not be integrated into the beacon node's database as it failed validation, but was successfully broadcast."
"400":
description: "The `SignedBeaconBlock` object is invalid and could not be broadcast"
description: "The `SignedBeaconBlock` object is invalid or broadcast validation failed"
content:
application/json:
schema:
Expand Down

0 comments on commit ad873a0

Please sign in to comment.