mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 21:35:18 -05:00
Update specs/core/0_beacon-chain.md
Co-Authored-By: vbuterin <v@buterin.com>
This commit is contained in:
@@ -1183,7 +1183,7 @@ def get_initial_beacon_state(initial_validator_deposits: List[Deposit],
|
||||
latest_randao_mixes=[ZERO_HASH for _ in range(LATEST_RANDAO_MIXES_LENGTH)],
|
||||
latest_vdf_outputs=[ZERO_HASH for _ in range(LATEST_RANDAO_MIXES_LENGTH // EPOCH_LENGTH)],
|
||||
prev_epoch_start_shard=0,
|
||||
cur_epoch_start_shard=0,
|
||||
cur_epoch_start_shard=GENESIS_START_SHARD,
|
||||
prev_epoch_calculation_slot=GENESIS_SLOT,
|
||||
cur_epoch_calculation_slot=GENESIS_SLOT,
|
||||
prev_epoch_randao_mix=ZERO_HASH,
|
||||
|
||||
Reference in New Issue
Block a user