From f515e0d73d537b99dd91037288c72a579cb0fcd9 Mon Sep 17 00:00:00 2001 From: Csaba Kiraly Date: Thu, 24 Nov 2022 09:14:49 +0100 Subject: [PATCH] storage contract: remove some old syntax Signed-off-by: Csaba Kiraly --- circuits/storer.circom | 2 -- 1 file changed, 2 deletions(-) diff --git a/circuits/storer.circom b/circuits/storer.circom index ab1b5e8..5cb71e8 100644 --- a/circuits/storer.circom +++ b/circuits/storer.circom @@ -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],