mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
fix forkchoice endpoint (#11403)
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
//----------------
|
||||
|
||||
Reference in New Issue
Block a user