mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-24 00:03:10 +00:00
cleanup and proper inputs structure
This commit is contained in:
parent
242461b2da
commit
07c6c88597
@ -39,7 +39,6 @@ func getCell*[T, H](
|
||||
self: DataSampler[T, H],
|
||||
blkBytes: seq[byte],
|
||||
blkCellIdx: Natural): seq[byte] =
|
||||
|
||||
let
|
||||
cellSize = self.builder.cellSize.uint64
|
||||
dataStart = cellSize * blkCellIdx.uint64
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user