From c1cb673d6cb338d8b72c87fd9e0511daee174a89 Mon Sep 17 00:00:00 2001 From: Agnish Ghosh Date: Thu, 19 Sep 2024 17:22:08 +0530 Subject: [PATCH] fix bug --- beacon_chain/sync/request_manager.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_chain/sync/request_manager.nim b/beacon_chain/sync/request_manager.nim index adc618ed2..1a8a677d2 100644 --- a/beacon_chain/sync/request_manager.nim +++ b/beacon_chain/sync/request_manager.nim @@ -298,7 +298,7 @@ proc constructValidCustodyPeers(rman: RequestManager, remoteNodeId = getNodeIdFromPeer(peer) remoteCustodyColumns = remoteNodeId.get_custody_columns(max(SAMPLES_PER_SLOT.uint64, - localCustodySubnetCount)) + remoteCustodySubnetCount)) # If the remote peer custodies less columns than # our local node