diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index 9e59212fd..7cd5725b1 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -1186,7 +1186,7 @@ def is_genesis_trigger(deposits: List[Deposit, 2**DEPOSIT_CONTRACT_TREE_DEPTH], active_validator_count += 1 # Check effective balance to trigger genesis - return active_validator_count == GENESIS_ACTIVE_VALIDATOR_COUNT + return active_validator_count >= GENESIS_ACTIVE_VALIDATOR_COUNT ``` ### Genesis state