fix attestation tests to work with checkpoints

This commit is contained in:
protolambda 2019-06-29 03:19:30 +02:00
parent d31f1b2353
commit 518db42de7
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ def test_future_target_epoch(spec, state):
state.slot += spec.MIN_ATTESTATION_INCLUSION_DELAY state.slot += spec.MIN_ATTESTATION_INCLUSION_DELAY
attestation.data.target_epoch = spec.get_current_epoch(state) + 1 # target epoch will be too new to handle attestation.data.target.epoch = spec.get_current_epoch(state) + 1 # target epoch will be too new to handle
sign_attestation(spec, state, attestation) sign_attestation(spec, state, attestation)
yield from run_attestation_processing(spec, state, attestation, False) yield from run_attestation_processing(spec, state, attestation, False)