Skip to content

Commit 01292ba

Browse files
trial
1 parent 4c57e29 commit 01292ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/src/sml/masternode_list/scores_for_quorum.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ impl MasternodeList {
2020
let hpmn_only = llmq_type == network.platform_type();
2121
let quorum_modifier = quorum_modifier.build_llmq_hash();
2222
let score_dictionary = self.scores_for_quorum(quorum_modifier, hpmn_only);
23-
if quorum.quorum_entry.quorum_hash.to_byte_array().to_vec() == hex::decode("00000000000000048529d958e7cfa32f51f0ac0584f7037ac34d8448f8a2a684").unwrap() {
23+
if quorum.quorum_entry.quorum_hash.to_string() == "00000000000000048529d958e7cfa32f51f0ac0584f7037ac34d8448f8a2a684".to_string() {
2424
println!("00000000000000048529d958e7cfa32f51f0ac0584f7037ac34d8448f8a2a684 info");
2525
println!("quorum modifier {}", quorum_modifier);
2626
for (score, list_entry) in score_dictionary.iter() {

0 commit comments

Comments
 (0)