aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/tx_out.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/fuzz/tx_out.cpp')
-rw-r--r--src/test/fuzz/tx_out.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/fuzz/tx_out.cpp b/src/test/fuzz/tx_out.cpp
index aa1338d5ba..5e22c4adc5 100644
--- a/src/test/fuzz/tx_out.cpp
+++ b/src/test/fuzz/tx_out.cpp
@@ -10,7 +10,7 @@
#include <test/fuzz/fuzz.h>
#include <version.h>
-void test_one_input(const std::vector<uint8_t>& buffer)
+FUZZ_TARGET(tx_out)
{
CDataStream ds(buffer, SER_NETWORK, INIT_PROTO_VERSION);
CTxOut tx_out;