diff --git a/testing/ef_tests/src/cases/fork_choice.rs b/testing/ef_tests/src/cases/fork_choice.rs index 877d10410c7..4d90bb161fc 100644 --- a/testing/ef_tests/src/cases/fork_choice.rs +++ b/testing/ef_tests/src/cases/fork_choice.rs @@ -180,7 +180,7 @@ impl Case for ForkChoiceTest { } Step::Attestation { attestation } => tester.process_attestation(attestation)?, Step::PowBlock { pow_block } => tester.process_pow_block(pow_block), - //TODO(sean): enable once we implement equivocation logic (https://github.com/ethereum/consensus-specs/pull/2845) + //TODO(sean): enable once we implement equivocation logic (https://github.com/sigp/lighthouse/issues/3241) Step::AttesterSlashing { attester_slashing: _, } => (),