Update 0_beacon-chain-validator.md

typo fix
This commit is contained in:
Alex Stokes 2019-05-10 11:02:39 -07:00 committed by GitHub
parent 9ee240bfcc
commit a552b94d46
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.