fix: remove dup arg in template builder for SetDelete (#430)
* fix: remove dup arg in template builder for SetDelete * fix typo * remove dbg
This commit is contained in:
parent
352b1fdac1
commit
ffed5b4fbd
3 changed files with 5 additions and 10 deletions
|
|
@ -148,7 +148,6 @@ impl MockMainPod {
|
|||
|
||||
pub fn new(params: &Params, inputs: MainPodInputs) -> Result<Self> {
|
||||
let (statements, public_statements) = layout_statements(params, true, &inputs)?;
|
||||
dbg!(public_statements.len());
|
||||
let mut aux_list = vec![OperationAux::None; params.max_priv_statements()];
|
||||
// Extract Merkle proofs and pad.
|
||||
let merkle_proofs =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue