mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 02:42:38 +00:00
Subscribe blob topics (#4224)
This commit is contained in:
@@ -690,7 +690,9 @@ impl<T: BeaconChainTypes> NetworkService<T> {
|
||||
}
|
||||
|
||||
let mut subscribed_topics: Vec<GossipTopic> = vec![];
|
||||
for topic_kind in core_topics_to_subscribe(self.fork_context.current_fork()) {
|
||||
for topic_kind in
|
||||
core_topics_to_subscribe::<T::EthSpec>(self.fork_context.current_fork())
|
||||
{
|
||||
for fork_digest in self.required_gossip_fork_digests() {
|
||||
let topic = GossipTopic::new(
|
||||
topic_kind.clone(),
|
||||
|
||||
Reference in New Issue
Block a user