Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <[email protected]>
  • Loading branch information
Patrik-Stas committed Jul 12, 2021
1 parent bf3ce30 commit 979fc53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion libvcx/src/utils/openssl.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use sha2::{Sha256, Digest};
use num_bigint::BigUint;
use sha2::{Digest, Sha256};

use crate::error::prelude::*;

Expand Down
2 changes: 0 additions & 2 deletions libvcx/src/utils/validation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ use crate::settings::Actors;
use crate::utils::qualifier;

use self::rust_base58::FromBase58;
use num_bigint::BigUint;
use num_traits::Num;

pub fn validate_did(did: &str) -> VcxResult<String> {
if qualifier::is_fully_qualified(did) {
Expand Down

0 comments on commit 979fc53

Please sign in to comment.