Skip to content

Commit

Permalink
revert version
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeantonio21 committed Jul 19, 2022
1 parent 63482e6 commit 19fc396
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base_layer/key_manager/src/wasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use console_error_panic_hook;
use derivative::Derivative;
use serde::{Deserialize, Serialize};
use tari_common_types::types::{PrivateKey, PublicKey};
use tari_crypto::{hash::blake2::Blake256, keys::PublicKey};
use tari_crypto::{hash::blake2::Blake256, keys::PublicKey as PublicKeyTrait};
use wasm_bindgen::prelude::*;

use crate::{
Expand Down Expand Up @@ -162,6 +162,7 @@ where T: for<'a> Deserialize<'a> {
}

mod test {
use tari_utilities::hex::Hex;
use wasm_bindgen_test::*;

use super::*;
Expand Down

0 comments on commit 19fc396

Please sign in to comment.