aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/tx_in.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/fuzz/tx_in.cpp')
-rw-r--r--src/test/fuzz/tx_in.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/fuzz/tx_in.cpp b/src/test/fuzz/tx_in.cpp
index 8e116537d1..dd94922b86 100644
--- a/src/test/fuzz/tx_in.cpp
+++ b/src/test/fuzz/tx_in.cpp
@@ -12,7 +12,7 @@
#include <cassert>
-void test_one_input(const std::vector<uint8_t>& buffer)
+FUZZ_TARGET(tx_in)
{
CDataStream ds(buffer, SER_NETWORK, INIT_PROTO_VERSION);
CTxIn tx_in;