From 46f7845c422554f3548532f0382de1e732ef386d Mon Sep 17 00:00:00 2001 From: Fredrik Svantes Date: Sat, 6 Nov 2021 16:28:13 +0100 Subject: [PATCH] Fixed link to Attesting in beacon chain responsibilities --- specs/phase0/validator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/phase0/validator.md b/specs/phase0/validator.md index 8de16e805..cc5b7aeb5 100644 --- a/specs/phase0/validator.md +++ b/specs/phase0/validator.md @@ -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