Skip to content

Commit ab74355

Browse files
committed
chore(dpp): fix bls signatures
1 parent 5b6d1f0 commit ab74355

File tree

1 file changed

+3
-1
lines changed
  • packages/rs-dpp/src/identity/identity_public_key/v0/methods

1 file changed

+3
-1
lines changed

packages/rs-dpp/src/identity/identity_public_key/v0/methods/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
#[cfg(feature = "bls-signatures")]
2+
use crate::bls_signatures;
13
use crate::identity::identity_public_key::methods::hash::IdentityPublicKeyHashMethodsV0;
24
use crate::identity::identity_public_key::v0::IdentityPublicKeyV0;
35
use crate::identity::KeyType;
46
use crate::util::hash::ripemd160_sha256;
5-
use crate::{bls_signatures, ProtocolError};
7+
use crate::ProtocolError;
68
use anyhow::anyhow;
79
use dashcore::blsful::Bls12381G2Impl;
810
use dashcore::hashes::Hash;

0 commit comments

Comments
 (0)