Describe which finalized root/epoch to use

This commit is contained in:
Jacek Sieka 2019-11-01 08:42:10 +01:00
parent 1dc09e8567
commit af5238ad9a
No known key found for this signature in database
GPG Key ID: A1B09461ABB656B8
1 changed files with 2 additions and 2 deletions

View File

@ -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`.