mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 16:05:00 -05:00
remove commented old code
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user