fix forkchoice endpoint (#11403)

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
Potuz
2022-09-05 14:57:08 -03:00
committed by GitHub
parent 135c30e912
commit 29390516b0

View File

@@ -813,7 +813,7 @@ type forkChoiceNodeJson struct {
Weight string `json:"weight"`
ExecutionOptimistic bool `json:"execution_optimistic"`
ExecutionPayload string `json:"execution_payload" hex:"true"`
TimeStamp string `json:"timestamp" time:"true"`
TimeStamp string `json:"timestamp"`
}
//----------------