Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Sep 17, 2024
1 parent ce6ffa1 commit 6f2d3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus-core/src/types/bls.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use alloc::vec::Vec;
use anyhow::{anyhow, Context, Result};
use anyhow::{anyhow, Result};
use bls12_381::{
hash_to_curve::{ExpandMsgXmd, HashToCurve},
multi_miller_loop, G1Affine, G1Projective, G2Affine, G2Prepared, G2Projective, Gt, Scalar,
Expand Down

0 comments on commit 6f2d3dd

Please sign in to comment.