You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dash/src/sml/masternode_list/scores_for_quorum.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ impl MasternodeList {
20
20
let hpmn_only = llmq_type == network.platform_type();
21
21
let quorum_modifier = quorum_modifier.build_llmq_hash();
22
22
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(){
0 commit comments