mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-12 01:23:18 +00:00
Simplify cid usage
This commit is contained in:
parent
9347c550e5
commit
1162a96112
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user