fix bug
This commit is contained in:
parent
2608c19a13
commit
c1cb673d6c
|
@ -298,7 +298,7 @@ proc constructValidCustodyPeers(rman: RequestManager,
|
||||||
remoteNodeId = getNodeIdFromPeer(peer)
|
remoteNodeId = getNodeIdFromPeer(peer)
|
||||||
remoteCustodyColumns =
|
remoteCustodyColumns =
|
||||||
remoteNodeId.get_custody_columns(max(SAMPLES_PER_SLOT.uint64,
|
remoteNodeId.get_custody_columns(max(SAMPLES_PER_SLOT.uint64,
|
||||||
localCustodySubnetCount))
|
remoteCustodySubnetCount))
|
||||||
|
|
||||||
# If the remote peer custodies less columns than
|
# If the remote peer custodies less columns than
|
||||||
# our local node
|
# our local node
|
||||||
|
|
Loading…
Reference in New Issue