mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32:46 +01:00
fuzz: drop nonexistent messages from FUZZ_TARGET_MSG
in process_message
Dash doesn't have feefilters or SegWit.
This commit is contained in:
parent
e12bc1f71b
commit
e866162ba9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user