Skip to content

Commit

Permalink
fix(owner): depend on threshold_crypto instead of bls_dkg
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrusu authored and dan-da committed May 19, 2021
1 parent 96406f4 commit 1fd6a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbc_content.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// permissions and limitations relating to use of the SAFE Network Software.
use std::collections::BTreeSet;

use bls_dkg::PublicKeySet;
use threshold_crypto::PublicKeySet;
use serde::{Deserialize, Serialize};
use tiny_keccak::{Hasher, Sha3};

Expand Down

0 comments on commit 1fd6a7b

Please sign in to comment.