mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 03:31:45 +00:00
Finish EF Test Fork Agnostic (#5714)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user