Update 0_beacon-chain-validator.md

This commit is contained in:
terence tsao 2019-05-06 17:54:40 -07:00 committed by GitHub
parent a9616b05cf
commit 24966d71be
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