Skip to content

Commit 0f4bc63

Browse files
committed
[fuzz] txdownloadman and txdownload_impl
The txdownload_impl is similar but allows us to check specific invariants within its implementation. It will also change a lot more than the external interface (txdownloadman) will, so we will add more to this target later.
1 parent 699643f commit 0f4bc63

File tree

3 files changed

+447
-1
lines changed

3 files changed

+447
-1
lines changed

src/test/fuzz/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ add_executable(fuzz
117117
timeoffsets.cpp
118118
torcontrol.cpp
119119
transaction.cpp
120+
txdownloadman.cpp
120121
tx_in.cpp
121122
tx_out.cpp
122123
tx_pool.cpp

0 commit comments

Comments
 (0)