From faaf3954e2f0089b6c6b9965f15e7f9af09c6fb0 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Mon, 5 Apr 2021 17:29:19 +0200 Subject: [PATCH] fuzz: Extend psbt fuzz target a bit --- src/test/fuzz/psbt.cpp | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/src/test/fuzz/psbt.cpp b/src/test/fuzz/psbt.cpp index d1cc6f9c7ebc7..6c62dd6e489f1 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