From 2a077fbeccffc4819e303e99aabcfb8ae5bd71bf Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Mon, 19 Nov 2018 12:16:37 +0900 Subject: [PATCH] init current_exit_seq in on_startup --- specs/core/0_beacon-chain.md | 1 + 1 file changed, 1 insertion(+) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index fb7acbcdb..03a677e7f 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -628,6 +628,7 @@ def on_startup(initial_validator_entries: List[Any], genesis_time: uint64, pow_h deposits_penalized_in_period=[], next_shuffling_seed=b'\x00'*32, validator_set_delta_hash_chain=bytes([0] * 32), # stub + current_exit_seq=0, genesis_time=genesis_time, known_pow_hash_chain_tip=pow_hash_chain_tip, processed_pow_hash_chain_tip=pow_hash_chain_tip,