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
|
||||
// - check chunkHash and treeSiblings according to treePathIndices against root
|
||||
|
||||
component checkInclusion[qLen];
|
||||
for (var i = 0; i < qLen; i++) {
|
||||
|
||||
parallel CheckInclusion(nLevels)(
|
||||
indices[i],
|
||||
chunkHashes[i],
|
||||
|
|
Loading…
Reference in New Issue