From 16363604266967f91bb60d3b00e23be7a4339452 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Mon, 11 May 2020 08:02:09 -0600 Subject: [PATCH] remove todo comment Co-authored-by: Hsiao-Wei Wang --- tests/core/pyspec/eth2spec/test/phase_0/sanity/test_blocks.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/core/pyspec/eth2spec/test/phase_0/sanity/test_blocks.py b/tests/core/pyspec/eth2spec/test/phase_0/sanity/test_blocks.py index 1c0fa5eb9..4fee297ad 100644 --- a/tests/core/pyspec/eth2spec/test/phase_0/sanity/test_blocks.py +++ b/tests/core/pyspec/eth2spec/test/phase_0/sanity/test_blocks.py @@ -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):