Merge pull request #2714 from fredriksvantes/patch-4

Fixed link to Attesting in beacon chain responsibilities
This commit is contained in:
Danny Ryan 2021-11-08 07:20:38 -07:00 committed by GitHub
commit 7b5e80a0b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -274,7 +274,7 @@ Specifically a validator should:
## 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](#attesting). Proposals happen infrequently, whereas attestations should be created once per epoch.
### Block proposal