We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d595d commit 2e7c4aaCopy full SHA for 2e7c4aa
apis/debug/fork_choice.yaml
@@ -13,7 +13,7 @@ get:
13
title: GetForkChoiceResponse
14
type: object
15
description: "Debugging context of fork choice"
16
- required: [justified_checkpoint, finalized_checkpoint]
+ required: [justified_checkpoint, finalized_checkpoint, fork_choice_nodes]
17
properties:
18
justified_checkpoint:
19
$ref: '../../beacon-node-oapi.yaml#/components/schemas/Checkpoint'
@@ -28,4 +28,4 @@ get:
28
extra_data:
29
$ref: "../../beacon-node-oapi.yaml#/components/schemas/ExtraData"
30
"500":
31
- $ref: "../../beacon-node-oapi.yaml#/components/responses/InternalError"
+ $ref: "../../beacon-node-oapi.yaml#/components/responses/InternalError"
0 commit comments