Skip to content

Commit

Permalink
Describe which finalized root/epoch to use
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Nov 1, 2019
1 parent 1dc09e8 commit af5238a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/networking/p2p-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit af5238a

Please sign in to comment.