mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-02 13:33:10 +00:00
code cleanup
This commit is contained in:
parent
1519100ea4
commit
d3c2ab2e64
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user