From 6d4abb82153f8deab5789d9be86d6ca1b44a637d Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Mon, 12 Feb 2024 16:05:54 +0100 Subject: [PATCH] circuit: fix comment --- circuit/sample_cells.circom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circuit/sample_cells.circom b/circuit/sample_cells.circom index 448e704..9d6c6e7 100644 --- a/circuit/sample_cells.circom +++ b/circuit/sample_cells.circom @@ -104,7 +104,7 @@ log("top root check = ", mtop.recRoot == dataSetRoot); lg.inp <== nCellsPerSlot; lg.out ==> log2N; - // NOTE: in general we need the for Merkle prover the binary decomposition + // NOTE: in general we need for the Merkle prover the binary decomposition // of `nLeaves - 1`. But currently this is in fact a power of two, so we // can reuse the binary mask for this. Later we may change this? //