merge master

This commit is contained in:
Dmitriy Ryajov 2024-02-19 12:56:37 -06:00
parent 64ad28ce99
commit 23275b67ba
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
1 changed files with 1 additions and 1 deletions

View File

@ -562,7 +562,7 @@ proc onStore(
trace "Slot root mismatch", manifest = manifest.slotRoots[slotIdx.int], recovered = slotRoot.toSlotCid()
return failure(newException(CodexError, "Slot root mismatch"))
trace "Storage request processed"
trace "Slot successfully retrieved and reconstructed"
return success()