Skip to content

Commit

Permalink
Make nodes required in debug fork choice endpoint (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig authored Oct 15, 2024
1 parent 02d595d commit 2e7c4aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apis/debug/fork_choice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ get:
title: GetForkChoiceResponse
type: object
description: "Debugging context of fork choice"
required: [justified_checkpoint, finalized_checkpoint]
required: [justified_checkpoint, finalized_checkpoint, fork_choice_nodes]
properties:
justified_checkpoint:
$ref: '../../beacon-node-oapi.yaml#/components/schemas/Checkpoint'
Expand All @@ -28,4 +28,4 @@ get:
extra_data:
$ref: "../../beacon-node-oapi.yaml#/components/schemas/ExtraData"
"500":
$ref: "../../beacon-node-oapi.yaml#/components/responses/InternalError"
$ref: "../../beacon-node-oapi.yaml#/components/responses/InternalError"

0 comments on commit 2e7c4aa

Please sign in to comment.