fuzz: drop nonexistent messages from FUZZ_TARGET_MSG in process_message

Dash doesn't have feefilters or SegWit.
This commit is contained in:
Kittywhiskers Van Gogh 2024-02-04 12:00:04 +00:00 committed by pasta
parent e12bc1f71b
commit e866162ba9
No known key found for this signature in database
GPG Key ID: 52527BEDABE87984

View File

@ -128,7 +128,6 @@ FUZZ_TARGET_MSG(dsq);
FUZZ_TARGET_MSG(dss);
FUZZ_TARGET_MSG(dssu);
FUZZ_TARGET_MSG(dstx);
FUZZ_TARGET_MSG(feefilter);
FUZZ_TARGET_MSG(filteradd);
FUZZ_TARGET_MSG(filterclear);
FUZZ_TARGET_MSG(filterload);
@ -184,4 +183,3 @@ FUZZ_TARGET_MSG(ssc);
FUZZ_TARGET_MSG(tx);
FUZZ_TARGET_MSG(verack);
FUZZ_TARGET_MSG(version);
FUZZ_TARGET_MSG(wtxidrelay);