From d4f79c8878375a9e146f3491e2b4d3043a35a30a Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 12 Feb 2019 12:28:13 +0000 Subject: [PATCH] Update 0_beacon-chain.md --- specs/core/0_beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index 691c58bda..a9dd7fc24 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -1996,7 +1996,7 @@ If a validator registry update does _not_ happen do the following: **Invariant**: the active index root that is hashed into the shuffling seed actually is the `hash_tree_root` of the validator set that is used for that epoch. -Regardless of whether or not a validator set change happens run `process_slashings(state)` and `process_withdrawals(state): +Regardless of whether or not a validator set change happens run `process_slashings(state)` and `process_withdrawals(state)`: ```python def process_slashings(state: BeaconState) -> None: