mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 04:54:57 -05:00
Removed extraneous variable setting
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user