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 block_hex = include_str!("../../../tests/data/test_DML_diffs/masternode_list_engine2.hex");
200
+
let block_hex = include_str!("../../../tests/data/test_DML_diffs/masternode_list_engine3.hex");
203
201
let data = hex::decode(block_hex).expect("decode hex");
204
202
let mn_list_engine:MasternodeListEngine = bincode::decode_from_slice(&data, bincode::config::standard()).expect("expected to decode").0;
205
203
@@ -211,8 +209,6 @@ mod tests {
211
209
212
210
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