From fa9064a3f74fceb50f32614f4642e153607f6d9a Mon Sep 17 00:00:00 2001 From: Nalin Date: Wed, 21 Dec 2022 15:54:11 -0800 Subject: [PATCH] Delete outdated comment to avoid confusion (#117) --- examples/minroot.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/minroot.rs b/examples/minroot.rs index 761d561..a54fc3f 100644 --- a/examples/minroot.rs +++ b/examples/minroot.rs @@ -116,7 +116,6 @@ where |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 { z_out = Ok(vec![x_i_plus_1.clone(), x_i.clone()]); }