enable subnet sampling
This commit is contained in:
parent
76b53483ff
commit
2fff2ca38f
|
@ -1151,7 +1151,9 @@ proc addDenebMessageHandlers(
|
||||||
node.addCapellaMessageHandlers(forkDigest, slot)
|
node.addCapellaMessageHandlers(forkDigest, slot)
|
||||||
let
|
let
|
||||||
targetSubnets = node.fetchCustodySubnetCount()
|
targetSubnets = node.fetchCustodySubnetCount()
|
||||||
custody_subnets = node.network.nodeId.get_custody_column_subnets(targetSubnets)
|
custody_subnets =
|
||||||
|
node.network.nodeId.get_custody_column_subnets(max(SAMPLES_PER_SLOT.uint64,
|
||||||
|
targetSubnets))
|
||||||
|
|
||||||
debugEcho "Target Subnets"
|
debugEcho "Target Subnets"
|
||||||
debugEcho targetSubnets
|
debugEcho targetSubnets
|
||||||
|
|
Loading…
Reference in New Issue