Skip to content

Commit

Permalink
Merge pull request #1230 from ethereum/JustinDrake-patch-14
Browse files Browse the repository at this point in the history
Fix comment
  • Loading branch information
djrtwo authored Jun 29, 2019
2 parents e1826aa + 6b81e74 commit 33a0580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/core/0_beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ def get_genesis_beacon_state(deposits: Sequence[Deposit], genesis_time: int, eth
validator.activation_eligibility_epoch = GENESIS_EPOCH
validator.activation_epoch = GENESIS_EPOCH

# Populate active_index_roots
# Populate compact_committees_roots
genesis_committee_root = get_compact_committees_root(state, GENESIS_EPOCH)
for index in range(EPOCHS_PER_HISTORICAL_VECTOR):
state.compact_committees_roots[index] = genesis_committee_root
Expand Down

0 comments on commit 33a0580

Please sign in to comment.