Use Blind::default().

This commit is contained in:
Sean Bowe 2020-09-25 09:58:19 -06:00
parent 56b6d8bd03
commit 6d41693af5
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ fn test_proving() {
pubinputs[0] = Fp::one();
pubinputs[0] += Fp::one();
let pubinput = params
.commit_lagrange(&pubinputs, Blind(Field::one()))
.commit_lagrange(&pubinputs, Blind::default())
.to_affine();
for _ in 0..100 {