mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-26 16:33:13 +00:00
misc
This commit is contained in:
parent
b3d3274765
commit
0ebbdfda0e
@ -520,7 +520,6 @@ proc onStore(
|
||||
if updateExpiryErr =? (await allFutureResult(ensureExpiryFutures)).errorOption:
|
||||
return failure(updateExpiryErr)
|
||||
|
||||
echo "blocksCb.isNil: ", blocksCb.isNil
|
||||
if not blocksCb.isNil and err =? (await blocksCb(blocks)).errorOption:
|
||||
trace "Unable to process blocks", err = err.msg
|
||||
return failure(err)
|
||||
|
||||
@ -132,7 +132,6 @@ func cellSize*(self: SlotsBuilder): NBytes =
|
||||
|
||||
self.cellSize
|
||||
|
||||
|
||||
func numSlotCells*(self: SlotsBuilder): Natural =
|
||||
## Number of cells per slot.
|
||||
##
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user