mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-19 19:09:08 +00:00
slight fix
This commit is contained in:
parent
15a302cea2
commit
80b3e70673
@ -1539,7 +1539,7 @@ proc reconstructAndSendDataColumns*(node: BeaconNode) {.async.} =
|
||||
root = node.dag.head.root
|
||||
|
||||
let localCustodySubnetCount =
|
||||
if self.config.subscribeAllSubnets:
|
||||
if node.config.subscribeAllSubnets:
|
||||
DATA_COLUMN_SIDECAR_SUBNET_COUNT.uint64
|
||||
else:
|
||||
CUSTODY_REQUIREMENT
|
||||
|
Loading…
x
Reference in New Issue
Block a user