diff --git a/benchmarks/create_circuits.nim b/benchmarks/create_circuits.nim index 7d8dafd0..9eca2e4e 100644 --- a/benchmarks/create_circuits.nim +++ b/benchmarks/create_circuits.nim @@ -181,7 +181,7 @@ when isMainModule: let args = CircArgs( depth: 32, # maximum depth of the slot tree - maxslots: 256, # maximum number of slots + maxslots: 256, # maximum number of slots cellsize: 2048, # cell size in bytes blocksize: 65536, # block size in bytes nsamples: 5, # number of samples to prove