From 5aba345eec51f6109354ec52c5a6f17badf85360 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Wed, 30 Jan 2019 23:50:17 +0800 Subject: [PATCH] Remove extraneous space --- 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 4aaace782..27c2f5c41 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -1995,7 +1995,7 @@ If a validator registry update does _not_ happen do the following: * _Note_ that `state.current_epoch_start_shard` is left unchanged. **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 the following: ```python