mirror of
https://github.com/logos-storage/logos-storage-proofs.git
synced 2026-01-05 23:13:05 +00:00
storage contract: remove some old syntax
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
8c6eb95378
commit
f515e0d73d
@ -63,9 +63,7 @@ template StorageProver(blockSize, qLen, nLevels) {
|
|||||||
// - convert indices to treePathIndices
|
// - convert indices to treePathIndices
|
||||||
// - check chunkHash and treeSiblings according to treePathIndices against root
|
// - check chunkHash and treeSiblings according to treePathIndices against root
|
||||||
|
|
||||||
component checkInclusion[qLen];
|
|
||||||
for (var i = 0; i < qLen; i++) {
|
for (var i = 0; i < qLen; i++) {
|
||||||
|
|
||||||
parallel CheckInclusion(nLevels)(
|
parallel CheckInclusion(nLevels)(
|
||||||
indices[i],
|
indices[i],
|
||||||
chunkHashes[i],
|
chunkHashes[i],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user