Simplify cid usage

This commit is contained in:
Arnaud 2025-01-31 18:32:58 +01:00 committed by Eric
parent 9347c550e5
commit 1162a96112
No known key found for this signature in database

View File

@ -561,7 +561,7 @@ proc onStore(
let cid = request.content.cid
logScope:
cid = $cid.data.buffer
cid = $cid
slotIdx = slotIdx
trace "Received a request to store a slot"
@ -635,7 +635,7 @@ proc onProve(
##
let
cidStr = $slot.request.content.cid.data.buffer
cidStr = $slot.request.content.cid
slotIdx = slot.slotIndex.truncate(Natural)
logScope: