Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Aug 18, 2021
1 parent 43cf4f6 commit 57344ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filecoin-proofs/tests/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use std::sync::Once;
use anyhow::{ensure, Result};
use bellperson::groth16;
use bincode::serialize;
use blstrs::{Bls12, Fr};
use blstrs::{Bls12, Scalar as Fr};
use ff::Field;
use filecoin_hashers::Hasher;
use filecoin_proofs::{
Expand Down

0 comments on commit 57344ca

Please sign in to comment.