Merge pull request #1071 from ethereum/ralexstokes-patch-1

Update 0_beacon-chain-validator.md
This commit is contained in:
Diederik Loerakker 2019-05-11 00:18:47 +02:00 committed by GitHub
commit 88d6a8614f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ Set `attestation_data.beacon_block_root = signing_root(head_block)`.
##### FFG vote ##### 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.source_root = head_state.current_justified_root`.
* Set `attestation_data.target_epoch = get_current_epoch(head_state)` * 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. * Set `attestation_data.target_root = signing_root(epoch_boundary_block)` where `epoch_boundary_block` is the block at the most recent epoch boundary.