add forkchoice node timestamp to json response (#11394)

This commit is contained in:
Potuz 2022-09-04 16:52:39 -03:00 committed by GitHub
parent cca9ea6989
commit 08e6274c14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -813,6 +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"`
}
//----------------