diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index dce5f0854..71f8a1df3 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -1197,7 +1197,7 @@ def get_initial_beacon_state(initial_validator_deposits: List[Deposit], # Process initial deposits for deposit in initial_validator_deposits: - validator_index = process_deposit( + process_deposit( state=state, pubkey=deposit.deposit_data.deposit_input.pubkey, amount=deposit.deposit_data.amount,