Skip to content

Commit d47b46a

Browse files
committed
chore: fix imports
1 parent 6dd3799 commit d47b46a

File tree

1 file changed

+1
-2
lines changed
  • dash/src/sml/masternode_list_entry

1 file changed

+1
-2
lines changed

dash/src/sml/masternode_list_entry/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ use std::net::SocketAddr;
99
use crate::bls_sig_utils::BLSPublicKey;
1010
use crate::consensus::encode::Error;
1111
use crate::consensus::{Decodable, Encodable};
12-
use crate::hash_types::ConfirmedHash;
12+
use crate::hash_types::{ConfirmedHash, ProTxHash, PubkeyHash};
1313
use crate::internal_macros::impl_consensus_encoding;
14-
use crate::{ProTxHash, PubkeyHash};
1514

1615
#[derive(Clone, Ord, PartialOrd, Eq, PartialEq, Debug)]
1716
#[cfg_attr(feature = "bincode", derive(Encode, Decode))]

0 commit comments

Comments
 (0)