remove unused variable def
This commit is contained in:
parent
8d5c75c6fd
commit
cc18df1185
|
@ -1363,8 +1363,7 @@ def process_deposit(state: BeaconState,
|
||||||
penultimate_custody_reseed_slot=GENESIS_SLOT,
|
penultimate_custody_reseed_slot=GENESIS_SLOT,
|
||||||
)
|
)
|
||||||
|
|
||||||
# Note: In phase 2 registry indices that has been withdrawn for a long time will be recycled.
|
# Note: In phase 2 registry indices that have been withdrawn for a long time will be recycled.
|
||||||
index = len(state.validator_registry)
|
|
||||||
state.validator_registry.append(validator)
|
state.validator_registry.append(validator)
|
||||||
state.validator_balances.append(amount)
|
state.validator_balances.append(amount)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue