We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236857c commit 440b3a1Copy full SHA for 440b3a1
codex/node.nim
@@ -699,8 +699,6 @@ proc onStore(
699
trace "Unable to build slot", err = err.msg
700
return failure(err)
701
702
- trace "Slot successfully retrieved and reconstructed"
703
-
704
if cid =? slotRoot.toSlotCid() and cid != manifest.slotRoots[slotIdx]:
705
trace "Slot root mismatch",
706
manifest = manifest.slotRoots[slotIdx.int], recovered = slotRoot.toSlotCid()
0 commit comments