subscribe to all subnets in deneb message handlers
This commit is contained in:
parent
07d1a26e59
commit
6796b19883
|
@ -1160,7 +1160,6 @@ proc addDenebMessageHandlers(
|
||||||
debugEcho cs
|
debugEcho cs
|
||||||
|
|
||||||
for i in 0'u64 ..< targetSubnets:
|
for i in 0'u64 ..< targetSubnets:
|
||||||
if i in custody_subnets.get:
|
|
||||||
let topic = getDataColumnSidecarTopic(forkDigest, i)
|
let topic = getDataColumnSidecarTopic(forkDigest, i)
|
||||||
debugEcho "Topic"
|
debugEcho "Topic"
|
||||||
debugEcho topic
|
debugEcho topic
|
||||||
|
|
Loading…
Reference in New Issue