diff options
author | Jim Posen <jim.posen@gmail.com> | 2018-08-27 21:32:22 -0700 |
---|---|---|
committer | Jim Posen <jim.posen@gmail.com> | 2018-08-27 21:32:52 -0700 |
commit | ab53d7dcfa67d338bab818d78a87b23a165dc974 (patch) | |
tree | 9f4107a500d5b3ef79dd77c8ef008d3fc31e38ed /bip-0158.mediawiki | |
parent | 12fc7af590e6e4eb16a74e41435ddaf4755b0aeb (diff) |
BIP 158: Fix broken link to test vectors.
Diffstat (limited to 'bip-0158.mediawiki')
-rw-r--r-- | bip-0158.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0158.mediawiki b/bip-0158.mediawiki index 2062c6e..2a6d14a 100644 --- a/bip-0158.mediawiki +++ b/bip-0158.mediawiki @@ -433,7 +433,7 @@ gcs_match_any(key: [16]byte, compressed_set: []byte, targets: [][]byte, P: uint, == Appendix C: Test Vectors == -Test vectors for a P value of 20 on five testnet blocks, including the filters and filter headers, can be found [[bip-0158/testnet-20.csv|here]]. The code to generate these vectors for P values of 1 through 32 can be found [[bip-0158/gentestvectors.go|here]]. +Test vectors for basic block filters on five testnet blocks, including the filters and filter headers, can be found [[bip-0158/testnet-19.json|here]]. The code to generate them can be found [[bip-0158/gentestvectors.go|here]]. == References == |