mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
add missing eip4844 core topics placeholder
This commit is contained in:
@@ -47,6 +47,7 @@ pub fn fork_core_topics(fork_name: &ForkName) -> Vec<GossipKind> {
|
||||
ForkName::Altair => ALTAIR_CORE_TOPICS.to_vec(),
|
||||
ForkName::Merge => vec![],
|
||||
ForkName::Capella => CAPELLA_CORE_TOPICS.to_vec(),
|
||||
ForkName::Eip4844 => vec![], // TODO
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user