diff options
| author | practicalswift <[email protected]> | 2020-02-24 20:48:22 +0000 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2020-02-25 17:04:03 +0000 |
| commit | eabbbe409f397e97b1e6fad7385d9d1813ae2880 (patch) | |
| tree | ebbabfe419c3ab328c25635bee2e75d059336f27 /test/fuzz | |
| parent | tests: Add fuzzing harness for bloom filter class CBloomFilter (diff) | |
| download | discoin-eabbbe409f397e97b1e6fad7385d9d1813ae2880.tar.xz discoin-eabbbe409f397e97b1e6fad7385d9d1813ae2880.zip | |
tests: Add fuzzing harness for rolling bloom filter class CRollingBloomFilter
Diffstat (limited to 'test/fuzz')
| -rwxr-xr-x | test/fuzz/test_runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fuzz/test_runner.py b/test/fuzz/test_runner.py index 152efae52..dafb5d980 100755 --- a/test/fuzz/test_runner.py +++ b/test/fuzz/test_runner.py @@ -40,6 +40,7 @@ FUZZERS_MISSING_CORPORA = [ "psbt_input_deserialize", "psbt_output_deserialize", "pub_key_deserialize", + "rolling_bloom_filter", "script_deserialize", "strprintf", "sub_net_deserialize", |