Skip to content

Commit acaa9fd

Browse files
test: update bip158 test data from dash core and enable test
1 parent 0b53a19 commit acaa9fd

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

dash/src/bip158.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,10 +612,9 @@ mod test {
612612
use crate::hash_types::BlockHash;
613613
use crate::internal_macros::hex;
614614

615-
#[ignore]
616615
#[test]
617616
fn test_blockfilters() {
618-
// test vectors from: https://github.com/jimpo/bitcoin/blob/c7efb652f3543b001b4dd22186a354605b14f47e/src/test/data/blockfilters.json
617+
// test vectors from: https://github.com/dashpay/dash/blob/436872aaec86edad3c6243aecd2549453608d0c1/src/test/data/blockfilters.json
619618
let data = include_str!("../tests/data/blockfilters.json");
620619

621620
let testdata = serde_json::from_str::<Value>(data).unwrap().as_array().unwrap().clone();

0 commit comments

Comments
 (0)