mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-12 07:14:20 +00:00
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…
x
Reference in New Issue
Block a user