Browse Source

Delete outdated comment to avoid confusion (#117)

main
Nalin 2 years ago
committed by GitHub
parent
commit
fa9064a3f7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      examples/minroot.rs

+ 0
- 1
examples/minroot.rs

@ -116,7 +116,6 @@ where
|lc| lc + x_i.get_variable() + y_i.get_variable(), |lc| lc + x_i.get_variable() + y_i.get_variable(),
); );
// return hash(x_i_plus_1, y_i_plus_1) since Nova circuits expect a single output
if i == self.seq.len() - 1 { if i == self.seq.len() - 1 {
z_out = Ok(vec![x_i_plus_1.clone(), x_i.clone()]); z_out = Ok(vec![x_i_plus_1.clone(), x_i.clone()]);
} }

Loading…
Cancel
Save