Update tests/core/pyspec/eth2spec/test/electra/epoch_processing/test_apply_pending_deposit.py

Co-authored-by: Mikhail Kalinin <noblesse.knight@gmail.com>
This commit is contained in:
james-prysm 2024-07-26 11:01:58 -05:00 committed by GitHub
parent d62559fe90
commit 6903babf7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -110,8 +110,6 @@ def test_apply_pending_deposit_switch_to_compounding_not_exited(spec, state):
spec.COMPOUNDING_WITHDRAWAL_PREFIX + spec.hash(pubkeys[index])[1:]
)
state.validators[index].withdrawal_credentials = withdrawal_credentials
# set validator to not be exited
state.validators[index].exit_epoch = spec.FAR_FUTURE_EPOCH
deposit_data = build_deposit_data(spec,
pubkeys[index],
privkeys[index],