mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-01-27 05:05:29 +00:00
fix typo
This commit is contained in:
parent
979a7f37c8
commit
1f2ede3120
@ -123,7 +123,7 @@ proc createProofSample(self: DataSampler, slotTreeCid: Cid, cellIdx: Natural): F
|
||||
# This converts our slotBlockIndex to a datasetBlockIndex using the
|
||||
# indexing-strategy used by the builder.
|
||||
# We need this to fetch the block data. We can't do it by slotTree + slotBlkIdx.
|
||||
let datasetBlockIndex = self.builder.slotIndicies(self.index)[slotBlkIdx]
|
||||
let datasetBlockIndex = self.builder.slotIndices(self.index)[slotBlkIdx]
|
||||
|
||||
without (bytes, blkTree) =? await self.builder.buildBlockTree(datasetBlockIndex), err:
|
||||
error "Failed to build block tree", err = err.msg
|
||||
|
Loading…
x
Reference in New Issue
Block a user