This commit is contained in:
Dmitriy Ryajov 2024-01-16 19:28:43 -06:00
parent b3d3274765
commit 0ebbdfda0e
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
2 changed files with 0 additions and 2 deletions

View File

@ -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)

View File

@ -132,7 +132,6 @@ func cellSize*(self: SlotsBuilder): NBytes =
self.cellSize
func numSlotCells*(self: SlotsBuilder): Natural =
## Number of cells per slot.
##