code cleanup

This commit is contained in:
munna0908 2025-03-28 22:28:30 +05:30
parent 1519100ea4
commit d3c2ab2e64
No known key found for this signature in database
GPG Key ID: 2FFCD637E937D3E6

View File

@ -124,7 +124,7 @@ method putCidAndProofBatch*(
results = newSeq[StoreResult](entries.len)
lock = self.locks.mgetOrPut(treeCid, newAsyncLock())
treeIndex = startIndex
echo "Adding cid and proofs", entries.len
try:
await lock.acquire()
for i, entry in entries: