Skip to content

Commit

Permalink
Update testing/ef_tests/src/cases/fork_choice.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Hauner <paul@paulhauner.com>
  • Loading branch information
realbigsean and paulhauner authored Jul 13, 2022
1 parent 3c80207 commit e01fa88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/ef_tests/src/cases/fork_choice.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ impl<E: EthSpec> Case for ForkChoiceTest<E> {
}
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: _,
} => (),
Expand Down

0 comments on commit e01fa88

Please sign in to comment.