Finish EF Test Fork Agnostic (#5714)

This commit is contained in:
ethDreamer
2024-05-03 14:09:49 -05:00
committed by GitHub
parent 9b98f4e297
commit 7c6526d978
2 changed files with 9 additions and 3 deletions

View File

@@ -239,7 +239,6 @@ impl<E: EthSpec> PubsubMessage<E> {
Ok(PubsubMessage::ProposerSlashing(Box::new(proposer_slashing)))
}
GossipKind::AttesterSlashing => {
// TODO(electra): could an older attester slashing still be floating around during the fork transition?
let attester_slashing =
match fork_context.from_context_bytes(gossip_topic.fork_digest) {
Some(ForkName::Base)