Skip to content

Commit ca5ca2a

Browse files
committed
fix spelling
1 parent bc6d4a9 commit ca5ca2a

File tree

1 file changed

+2
-2
lines changed
  • rust/catalyst-voting/src/crypto/zk_unit_vector

1 file changed

+2
-2
lines changed

rust/catalyst-voting/src/crypto/zk_unit_vector/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ mod tests {
254254
)>(((size_range(size), (((), ()), ())), ()))
255255
.prop_map(|(val, scalar)| {
256256
let (vec, rr): (Vec<_>, Vec<_>) = val.into_iter().unzip();
257-
let (an, ciph) = vec.into_iter().unzip();
258-
Self(an, ciph, rr, scalar)
257+
let (an, cipher) = vec.into_iter().unzip();
258+
Self(an, cipher, rr, scalar)
259259
})
260260
.boxed()
261261
}

0 commit comments

Comments
 (0)