From 375f3a9c8741ce4875b433545b597ec231447bc5 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 ce0c27e26964dd..22004fa07bfe98 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