remove commented old code

This commit is contained in:
Danny Ryan 2019-06-21 14:47:18 -06:00
parent c09e45c5fc
commit 8f99741344
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
1 changed files with 0 additions and 6 deletions

View File

@ -103,12 +103,6 @@ def test_finality_rule_4(spec, state):
prev_state, new_blocks, state = next_epoch_with_attestations(spec, state, True, False)
blocks += new_blocks
# justification/finalization skipped at GENESIS_EPOCH
# if epoch == 0:
# check_finality(spec, state, prev_state, False, False, False)
# justification/finalization skipped at GENESIS_EPOCH + 1
# elif epoch == 1:
# check_finality(spec, state, prev_state, False, False, False)
if epoch == 0:
check_finality(spec, state, prev_state, True, False, False)
elif epoch == 1: