mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-10 20:06:33 +00:00
Fix camel case
This commit is contained in:
parent
627e6ae5a6
commit
51a40548d1
@ -97,11 +97,11 @@ proc createProtectedManifest*(
|
||||
protectedTreeCid = protectedTree.rootCid().tryGet()
|
||||
|
||||
for index, cid in cids[0..<numDatasetBlocks]:
|
||||
let proof = datasetTree.getProof(index).tryget()
|
||||
let proof = datasetTree.getProof(index).tryGet()
|
||||
(await store.putCidAndProof(datasetTreeCid, index, cid, proof)).tryGet
|
||||
|
||||
for index, cid in cids:
|
||||
let proof = protectedTree.getProof(index).tryget()
|
||||
let proof = protectedTree.getProof(index).tryGet()
|
||||
(await store.putCidAndProof(protectedTreeCid, index, cid, proof)).tryGet
|
||||
|
||||
let
|
||||
|
Loading…
x
Reference in New Issue
Block a user