mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-12 04:30:04 +00:00
fix forkchoice endpoint (#11403)
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
parent
135c30e912
commit
29390516b0
@ -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"`
|
||||
}
|
||||
|
||||
//----------------
|
||||
|
Loading…
Reference in New Issue
Block a user