From e323260a4a312945c8dee9a47711926530fe3396 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Thu, 20 Aug 2020 17:03:49 -0600 Subject: [PATCH] fix some confusing language in validtor guide --- specs/phase0/validator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/phase0/validator.md b/specs/phase0/validator.md index e62187823..86cb8ec1c 100644 --- a/specs/phase0/validator.md +++ b/specs/phase0/validator.md @@ -200,8 +200,8 @@ Note that this lookahead does not apply to proposing, which must be checked duri `get_committee_assignment` should be called at the start of each epoch to get the assignment for the next epoch (`current_epoch + 1`). -A validator should plan for future assignments by noting at which future slot -they will have to attest and joining the committee index attestation subnet related to their committee assignment. +A validator should plan for future assignments by noting their assigned attestation +slot and joining the committee index attestation subnet related to their committee assignment. Specifically a validator should: * Call `get_committee_assignment(state, next_epoch, validator_index)` when checking for next epoch assignments.