This commit is contained in:
Sergio Chouhy
2026-01-27 16:06:51 -03:00
parent bc2350b349
commit 37c85de38d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ impl NullifierSet {
}
fn extend(&mut self, new_nullifiers: Vec<Nullifier>) {
self.0.extend(new_nullifiers.into_iter());
self.0.extend(new_nullifiers);
}
fn contains(&self, nullifier: &Nullifier) -> bool {