mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-12 04:30:04 +00:00
add forkchoice node timestamp to json response (#11394)
This commit is contained in:
parent
cca9ea6989
commit
08e6274c14
@ -813,6 +813,7 @@ type forkChoiceNodeJson struct {
|
|||||||
Weight string `json:"weight"`
|
Weight string `json:"weight"`
|
||||||
ExecutionOptimistic bool `json:"execution_optimistic"`
|
ExecutionOptimistic bool `json:"execution_optimistic"`
|
||||||
ExecutionPayload string `json:"execution_payload" hex:"true"`
|
ExecutionPayload string `json:"execution_payload" hex:"true"`
|
||||||
|
TimeStamp string `json:"timestamp" time:"true"`
|
||||||
}
|
}
|
||||||
|
|
||||||
//----------------
|
//----------------
|
||||||
|
Loading…
Reference in New Issue
Block a user