Skip to content

Commit

Permalink
[fuzz] txdownloadman and txdownload_impl
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
glozow committed Oct 15, 2024
1 parent 3aa913e commit 84889ea
Show file tree
Hide file tree
Showing 3 changed files with 447 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/test/fuzz/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ add_executable(fuzz
timeoffsets.cpp
torcontrol.cpp
transaction.cpp
txdownloadman.cpp
tx_in.cpp
tx_out.cpp
tx_pool.cpp
Expand Down
Loading

0 comments on commit 84889ea

Please sign in to comment.