Skip to content

Commit 98e2d73

Browse files
fmt
1 parent 297eb39 commit 98e2d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/src/sml/masternode_list_engine/rotated_quorum_construction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
use crate::bls_sig_utils::BLSSignature;
2-
use std::collections::{BTreeMap, BTreeSet};
32
use crate::hash_types::QuorumModifierHash;
43
use crate::network::message_qrinfo::{MNSkipListMode, QRInfo};
54
use crate::prelude::CoreBlockHeight;
@@ -14,6 +13,7 @@ use crate::sml::quorum_entry::qualified_quorum_entry::{
1413
use crate::sml::quorum_entry::quorum_modifier_type::LLMQModifierType;
1514
use crate::sml::quorum_validation_error::QuorumValidationError;
1615
use crate::QuorumHash;
16+
use std::collections::{BTreeMap, BTreeSet};
1717

1818
impl MasternodeListEngine {
1919
/// Determines which masternodes are responsible for signing at the given quorum index.

0 commit comments

Comments
 (0)