We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66331f3 commit 4c57e29Copy full SHA for 4c57e29
dash/src/sml/masternode_list/scores_for_quorum.rs
@@ -26,6 +26,8 @@ impl MasternodeList {
26
for (score, list_entry) in score_dictionary.iter() {
27
println!("score_hash {} -> {}", score, list_entry.masternode_list_entry.pro_reg_tx_hash);
28
}
29
+ } else {
30
+ println!("trying {}", quorum.quorum_entry.quorum_hash)
31
32
score_dictionary.into_values().take(llmq_type.size() as usize).collect()
33
0 commit comments