disable valid csc set experimentally
This commit is contained in:
parent
121a3687b8
commit
04fd58efbf
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue