Removed extraneous variable setting

This commit is contained in:
vbuterin 2018-12-31 14:08:59 -06:00 committed by GitHub
parent fd295eb539
commit fdb1b6775d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,