We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297eb39 commit 98e2d73Copy full SHA for 98e2d73
dash/src/sml/masternode_list_engine/rotated_quorum_construction.rs
@@ -1,5 +1,4 @@
1
use crate::bls_sig_utils::BLSSignature;
2
-use std::collections::{BTreeMap, BTreeSet};
3
use crate::hash_types::QuorumModifierHash;
4
use crate::network::message_qrinfo::{MNSkipListMode, QRInfo};
5
use crate::prelude::CoreBlockHeight;
@@ -14,6 +13,7 @@ use crate::sml::quorum_entry::qualified_quorum_entry::{
14
13
use crate::sml::quorum_entry::quorum_modifier_type::LLMQModifierType;
15
use crate::sml::quorum_validation_error::QuorumValidationError;
16
use crate::QuorumHash;
+use std::collections::{BTreeMap, BTreeSet};
17
18
impl MasternodeListEngine {
19
/// Determines which masternodes are responsible for signing at the given quorum index.
0 commit comments