Skip to content

Commit

Permalink
Merge pull request #1215 from ethereum/ralexstokes-patch-3
Browse files Browse the repository at this point in the history
Update 0_beacon-chain.md
  • Loading branch information
djrtwo authored Jun 25, 2019
2 parents df2a9e1 + 4986311 commit fbb284c
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 @@ -1142,7 +1142,7 @@ def is_genesis_trigger(deposits: Sequence[Deposit], timestamp: uint64) -> bool:

# Count active validators at genesis
active_validator_count = 0
for validator in state.validator_registry:
for validator in state.validators:
if validator.effective_balance == MAX_EFFECTIVE_BALANCE:
active_validator_count += 1

Expand Down

0 comments on commit fbb284c

Please sign in to comment.