Subscribe blob topics (#4224)

This commit is contained in:
Pawan Dhananjay
2023-04-22 06:21:09 -07:00
committed by GitHub
parent b6c0e91c05
commit 7a36d004e4
3 changed files with 27 additions and 9 deletions

View File

@@ -564,7 +564,7 @@ impl<AppReqId: ReqId, TSpec: EthSpec> Network<AppReqId, TSpec> {
}
// Subscribe to core topics for the new fork
for kind in fork_core_topics(&new_fork) {
for kind in fork_core_topics::<TSpec>(&new_fork) {
let topic = GossipTopic::new(kind, GossipEncoding::default(), new_fork_digest);
self.subscribe(topic);
}