Skip to content

Commit 4c57e29

Browse files
trial
1 parent 66331f3 commit 4c57e29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dash/src/sml/masternode_list/scores_for_quorum.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ impl MasternodeList {
2626
for (score, list_entry) in score_dictionary.iter() {
2727
println!("score_hash {} -> {}", score, list_entry.masternode_list_entry.pro_reg_tx_hash);
2828
}
29+
} else {
30+
println!("trying {}", quorum.quorum_entry.quorum_hash)
2931
}
3032
score_dictionary.into_values().take(llmq_type.size() as usize).collect()
3133
}

0 commit comments

Comments
 (0)