We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b53a19 commit acaa9fdCopy full SHA for acaa9fd
dash/src/bip158.rs
@@ -612,10 +612,9 @@ mod test {
612
use crate::hash_types::BlockHash;
613
use crate::internal_macros::hex;
614
615
- #[ignore]
616
#[test]
617
fn test_blockfilters() {
618
- // test vectors from: https://github.com/jimpo/bitcoin/blob/c7efb652f3543b001b4dd22186a354605b14f47e/src/test/data/blockfilters.json
+ // test vectors from: https://github.com/dashpay/dash/blob/436872aaec86edad3c6243aecd2549453608d0c1/src/test/data/blockfilters.json
619
let data = include_str!("../tests/data/blockfilters.json");
620
621
let testdata = serde_json::from_str::<Value>(data).unwrap().as_array().unwrap().clone();
0 commit comments