We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55550d commit 63a5d98Copy full SHA for 63a5d98
masp_proofs/src/sapling/verifier/batch.rs
@@ -1,4 +1,4 @@
1
-use bellman::groth16::{prepare_verifying_key, PreparedVerifyingKey, Proof};
+use bellman::groth16::{PreparedVerifyingKey, Proof, prepare_verifying_key};
2
use bellman::{SynthesisError, groth16};
3
use bls12_381::Bls12;
4
use group::GroupEncoding;
0 commit comments