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
let(_, known_block_height) = mn_list_engine.masternode_list_and_height_for_block_hash_8_blocks_ago(&quorum.quorum_entry.quorum_hash).expect("expected to find validating masternode");
195
+
assert_eq!(quorum.verified,LLMQEntryVerificationStatus::Verified,"could not verify quorum {} of type {} with masternode list {}", quorum_hash, quorum.quorum_entry.llmq_type, known_block_height);
let last_masternode_list_height = *mn_list_engine.masternode_lists.last_key_value().unwrap().0;
209
+
210
+
let last_masternode_list = mn_list_engine.masternode_lists.last_key_value().unwrap().1;
211
+
212
+
let quorum = last_masternode_list.quorum_entry_of_type_for_quorum_hash(Llmqtype100_67,QuorumHash::from_str("000000000000001d4ebc43dbf9b25d2af6421641a84a1e04dd58f65d07b7ecf7").expect("expected to get quorum hash")).expect("expected to find quorum");
0 commit comments