fix subscription issue

This commit is contained in:
Agnish Ghosh 2024-09-21 15:58:23 +05:30
parent 4d0c66657f
commit 32ca2d2645
1 changed files with 1 additions and 1 deletions

View File

@ -1161,7 +1161,7 @@ proc addDenebMessageHandlers(
for cs in custody_subnets.get:
debugEcho cs
for i in 0'u64 ..< targetSubnets:
for i in 0'u64 ..< DATA_COLUMN_SIDECAR_SUBNET_COUNT:
if i in custody_subnets.get:
let topic = getDataColumnSidecarTopic(forkDigest, i)
debugEcho "Topic"