Skip to content

Commit

Permalink
fix broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
sdbondi committed Nov 28, 2022
1 parent 913e75e commit f04d79c
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@

use std::convert::{TryFrom, TryInto};

use tari_common_types::{
types::{PublicKey, Signature},
validator_node_signature::ValidatorNodeSignature,
};
use tari_common_types::types::{PublicKey, Signature};
use tari_core::{
consensus::MaxSizeString,
transactions::transaction_components::{
Expand All @@ -34,6 +31,7 @@ use tari_core::{
SideChainFeature,
TemplateType,
ValidatorNodeRegistration,
ValidatorNodeSignature,
},
};
use tari_utilities::ByteArray;
Expand Down

0 comments on commit f04d79c

Please sign in to comment.