Skip to content

Commit

Permalink
make blskeypair default
Browse files Browse the repository at this point in the history
  • Loading branch information
supernovahs committed Jul 22, 2024
1 parent 29e17a6 commit 53ef744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/crypto/bls/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub type PublicKey = G1Affine;
pub type BlsSignature = G1Affine;
pub type OperatorId = H256;

#[derive(Debug)]
#[derive(Debug, Default)]
pub struct BlsKeypair {
pub private: PrivateKey,
pub public: PublicKey,
Expand Down

0 comments on commit 53ef744

Please sign in to comment.