Skip to content
Snippets Groups Projects
Commit f178416b authored by j.detchart's avatar j.detchart
Browse files

remove useless mut

parent 7db4133a
Branches add_serde
No related tags found
1 merge request!194feat(serialization): Add Serde support for Block struct
Pipeline #7742 failed
......@@ -730,7 +730,7 @@ mod tests {
let (k, n) = (3, 6_usize);
let mut bytes = bytes();
let bytes = bytes();
let powers = setup::<Fr, G1Projective>(bytes.len(), &mut rng).unwrap();
let encoding_mat = Matrix::random(k, n, &mut rng);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment