storage contract: remove some old syntax

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2022-11-24 09:14:49 +01:00
parent 8c6eb95378
commit f515e0d73d
No known key found for this signature in database
GPG Key ID: 0FE274EE8C95166E
1 changed files with 0 additions and 2 deletions

View File

@ -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],