Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalinin committed Sep 18, 2024
1 parent b29a1d3 commit d71d9dd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,6 @@ def run_switch_to_compounding_processing(spec, state, consolidation, success=Tru
source_index = spec.ValidatorIndex(validator_pubkeys.index(consolidation.source_pubkey))
target_index = spec.ValidatorIndex(validator_pubkeys.index(consolidation.target_pubkey))
source_validator = state.validators[source_index]
pre_exit_epoch = source_validator.exit_epoch
pre_pending_consolidations = state.pending_consolidations.copy()
pre_withdrawal_credentials = source_validator.withdrawal_credentials
pre_balance = state.balances[source_index]
Expand Down

0 comments on commit d71d9dd

Please sign in to comment.