Skip to content

Commit d71d9dd

Browse files
committed
Fix lint
1 parent b29a1d3 commit d71d9dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/core/pyspec/eth2spec/test/electra/block_processing/test_process_consolidation_request.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,6 @@ def run_switch_to_compounding_processing(spec, state, consolidation, success=Tru
11761176
source_index = spec.ValidatorIndex(validator_pubkeys.index(consolidation.source_pubkey))
11771177
target_index = spec.ValidatorIndex(validator_pubkeys.index(consolidation.target_pubkey))
11781178
source_validator = state.validators[source_index]
1179-
pre_exit_epoch = source_validator.exit_epoch
11801179
pre_pending_consolidations = state.pending_consolidations.copy()
11811180
pre_withdrawal_credentials = source_validator.withdrawal_credentials
11821181
pre_balance = state.balances[source_index]

0 commit comments

Comments
 (0)