Remove extraneous word

This commit is contained in:
Jim McDonald 2020-02-02 22:08:11 +00:00
parent 9467d492b1
commit 74c75fd6f1
No known key found for this signature in database
GPG Key ID: 89CEB61B2AD2A5E7
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ A validator is expected to create, sign, and broadcast an attestation during eac
A validator should create and broadcast the `attestation` to the associated attestation subnet when either (a) the validator has received a valid block from the expected block proposer for the assigned `slot` or (b) one-third of the `slot` hash transpired (`SECONDS_PER_SLOT / 3` seconds after the start of `slot`) -- whichever comes _first_.
*Note*: Although attestations during `GENESIS_EPOCH` do not count toward FFG finality, these initial attestations do give weight to the fork choice, are rewarded fork, and should be made.
*Note*: Although attestations during `GENESIS_EPOCH` do not count toward FFG finality, these initial attestations do give weight to the fork choice, are rewarded, and should be made.
#### Attestation data