From a3953a10fe695a00a44b20ea77f28be411833327 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Thu, 19 Aug 2021 10:11:02 -0600 Subject: [PATCH] minor format --- specs/altair/validator.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specs/altair/validator.md b/specs/altair/validator.md index e449c425e..461c9a70d 100644 --- a/specs/altair/validator.md +++ b/specs/altair/validator.md @@ -1,6 +1,6 @@ # Altair -- Honest Validator -This is an accompanying document to [Altair -- The Beacon Chain](./beacon-chain.md), which describes the expected actions of a "validator" participating in the Ethereum consensus protocol. +This is an accompanying document to [Altair -- The Beacon Chain](./beacon-chain.md), which describes the expected actions of a "validator" participating in the Ethereum proof-of-stake protocol. ## Table of contents @@ -49,8 +49,8 @@ This is an accompanying document to [Altair -- The Beacon Chain](./beacon-chain. ## Introduction -This document represents the expected behavior of an "honest validator" with respect to the Altair upgrade of the Ethereum consensus protocol. -It builds on the [previous document for the behavior of an "honest validator" from Phase 0](../phase0/validator.md) of the Ethereum consensus protocol. +This document represents the expected behavior of an "honest validator" with respect to the Altair upgrade of the Ethereum proof-of-stake protocol. +It builds on the [previous document for the behavior of an "honest validator" from Phase 0](../phase0/validator.md) of the Ethereum proof-of-stake protocol. This previous document is referred to below as the "Phase 0 document". Altair introduces a new type of committee: the sync committee. Sync committees are responsible for signing each block of the canonical chain and there exists an efficient algorithm for light clients to sync the chain using the output of the sync committees.