disable valid csc set experimentally

This commit is contained in:
Agnish Ghosh 2024-08-18 04:11:39 +05:30
parent 121a3687b8
commit 04fd58efbf
No known key found for this signature in database
GPG Key ID: 7BDDA05D1B25E9F8
1 changed files with 29 additions and 29 deletions

View File

@ -349,11 +349,11 @@ proc fetchDataColumnsFromNetwork(rman: RequestManager,
try:
peer = await rman.network.peerPool.acquire()
# Create a peer list, which shall be later trimmed off as to which
# of the peers have the valid custody columns
peers.add(peer)
let validPeers = rman.constructValidCustodyPeers(peers)
if peer in validPeers:
# # Create a peer list, which shall be later trimmed off as to which
# # of the peers have the valid custody columns
# peers.add(peer)
# let validPeers = rman.constructValidCustodyPeers(peers)
# if peer in validPeers:
debug "Requesting data columns by root", peer = peer, columns = shortLog(colIdList),
peer_score = peer.getScore()
let columns = await dataColumnSidecarsByRoot(peer, DataColumnIdentifierList colIdList)