remove todo comment

Co-authored-by: Hsiao-Wei Wang <hwwang156@gmail.com>
This commit is contained in:
Danny Ryan 2020-05-11 08:02:09 -06:00
parent 1137e0332d
commit 1636360426
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
1 changed files with 0 additions and 4 deletions

View File

@ -482,10 +482,6 @@ def test_multiple_attester_slashings_partial_overlap(spec, state):
check_attester_slashing_effect(spec, pre_state, state, full_indices)
# TODO: currently mainnet limits attester-slashings per block to 1.
# When this is increased, it should be tested to cover various combinations
# of duplicate slashings and overlaps of slashed attestations within the same block
@with_all_phases
@spec_state_test
def test_proposer_after_inactive_index(spec, state):