mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 21:15:28 -05:00
Update 0_beacon-chain.md
fix typo w/ refactor
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user