mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-08 08:45:57 +00:00
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:
parent
d62559fe90
commit
6903babf7d
@ -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],
|
||||
|
Loading…
x
Reference in New Issue
Block a user