Skip to content

Commit

Permalink
fix previous crosslink root test
Browse files Browse the repository at this point in the history
  • Loading branch information
djrtwo committed May 19, 2019
1 parent 62f8d19 commit 4c5e054
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def test_bad_previous_crosslink(state):
for _ in range(spec.MIN_ATTESTATION_INCLUSION_DELAY):
next_slot(state)

state.current_crosslinks[attestation.data.crosslink.shard].end_epoch += 10
attestation.data.crosslink.parent_root = b'\x27' * 32

pre_state, post_state = run_attestation_processing(state, attestation, False)

Expand Down

0 comments on commit 4c5e054

Please sign in to comment.