From 92140d199e0699922d64efc9d784014b1f95746b Mon Sep 17 00:00:00 2001 From: Justin Date: Tue, 30 Apr 2019 10:41:09 +0100 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 66386fd4e..87906ce67 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -1758,7 +1758,7 @@ def process_attestation(state: BeaconState, attestation: Attestation) -> None: (get_current_epoch(state), state.current_justified_epoch, state.current_justified_root, hash_tree_root(state.current_crosslinks[data.shard])), (get_previous_epoch(state), state.previous_justified_epoch, state.previous_justified_root, hash_tree_root(state.previous_crosslinks[data.shard])), } - + # Check crosslink data root assert data.crosslink_data_root == ZERO_HASH # [to be removed in phase 1]