From 0e1c73325450b72adbe86d9ba4acecffa6d22bae Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Mon, 15 Oct 2018 10:22:29 -0500 Subject: [PATCH] small typo --- specs/beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/beacon-chain.md b/specs/beacon-chain.md index 32a5e1126..197d14b2c 100644 --- a/specs/beacon-chain.md +++ b/specs/beacon-chain.md @@ -686,7 +686,7 @@ For each `SpecialRecord` `obj` in `active_state.pending_specials`: #### Finally... -* For any validator with index `v` with balance is less than `MIN_ONLINE_DEPOSIT_SIZE` and status `ACTIVE`, run `exit_validator(v, crystallized_state, penalize=False, current_slot=block.slot)` +* For any validator with index `v` with balance less than `MIN_ONLINE_DEPOSIT_SIZE` and status `ACTIVE`, run `exit_validator(v, crystallized_state, penalize=False, current_slot=block.slot)` * Set `crystallized_state.last_state_recalculation_slot += CYCLE_LENGTH` * Remove all attestation records older than slot `crystallized_state.last_state_recalculation_slot` * Empty the `active_state.pending_specials` list