From eed4f193a86d48f64a1ca6895f158ceb8fbb3baa Mon Sep 17 00:00:00 2001 From: Kittywhiskers Van Gogh <63189531+kwvg@users.noreply.github.com> Date: Thu, 18 Jan 2024 21:00:08 +0000 Subject: [PATCH] partial bitcoin#21606: Extend psbt fuzz target a bit excludes CountPSBTUnsignedInputs from the PSBT fuzzing test series --- src/test/fuzz/psbt.cpp | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/src/test/fuzz/psbt.cpp b/src/test/fuzz/psbt.cpp index b29f4e2228..de0f706243 100644 --- a/src/test/fuzz/psbt.cpp +++ b/src/test/fuzz/psbt.cpp @@ -2,6 +2,7 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. +#include #include #include @@ -9,6 +10,7 @@ #include #include