Merge pull request #1071 from ethereum/ralexstokes-patch-1
Update 0_beacon-chain-validator.md
This commit is contained in:
commit
88d6a8614f
|
@ -246,7 +246,7 @@ Set `attestation_data.beacon_block_root = signing_root(head_block)`.
|
|||
|
||||
##### FFG vote
|
||||
|
||||
* Set `attestation_data.source_epoch = head_state.justified_epoch`.
|
||||
* Set `attestation_data.source_epoch = head_state.current_justified_epoch`.
|
||||
* Set `attestation_data.source_root = head_state.current_justified_root`.
|
||||
* Set `attestation_data.target_epoch = get_current_epoch(head_state)`
|
||||
* Set `attestation_data.target_root = signing_root(epoch_boundary_block)` where `epoch_boundary_block` is the block at the most recent epoch boundary.
|
||||
|
|
Loading…
Reference in New Issue