From e866162ba91c7088a3a752f9a75d5c226c6c89aa Mon Sep 17 00:00:00 2001 From: Kittywhiskers Van Gogh <63189531+kwvg@users.noreply.github.com> Date: Sun, 4 Feb 2024 12:00:04 +0000 Subject: [PATCH] fuzz: drop nonexistent messages from `FUZZ_TARGET_MSG` in process_message Dash doesn't have feefilters or SegWit. --- src/test/fuzz/process_message.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/fuzz/process_message.cpp b/src/test/fuzz/process_message.cpp index 05cf51a4be..496e85d44e 100644 --- a/src/test/fuzz/process_message.cpp +++ b/src/test/fuzz/process_message.cpp @@ -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);