Describe which finalized root/epoch to use
This commit is contained in:
parent
1dc09e8567
commit
af5238ad9a
|
@ -354,8 +354,8 @@ Request, Response Content:
|
|||
The fields are, as seen by the client at the time of sending the message:
|
||||
|
||||
- `head_fork_version`: The beacon_state `Fork` version.
|
||||
- `finalized_root`: The signing root of the latest finalized block.
|
||||
- `finalized_epoch`: The epoch of the block corresponding to `finalized_root`.
|
||||
- `finalized_root`: `state.finalized_checkpoint.root` for the state corresponding to the head block.
|
||||
- `finalized_epoch`: `state.finalized_checkpoint.epoch` for the state corresponding to the head block.
|
||||
- `head_root`: The signing root of the current head block.
|
||||
- `head_slot`: The slot of the block corresponding to the `head_root`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue