Merge pull request #1057 from terencechain/patch-73

Fixed Validator Responsibilities Links
This commit is contained in:
Danny Ryan 2019-05-06 20:17:04 -06:00 committed by GitHub
commit f0fcbfd8fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ Once a validator is activated, the validator is assigned [responsibilities](#bea
## Beacon chain responsibilities
A validator has two primary responsibilities to the beacon chain: [proposing blocks](block-proposal) and [creating attestations](attestations-1). Proposals happen infrequently, whereas attestations should be created once per epoch.
A validator has two primary responsibilities to the beacon chain: [proposing blocks](#block-proposal) and [creating attestations](#attestations-1). Proposals happen infrequently, whereas attestations should be created once per epoch.
### Block proposal