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 Sep 17, 2024
1 parent 632e6a6 commit 5154438
Show file tree
Hide file tree
Showing 3 changed files with 428 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 @@ -116,6 +116,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 5154438

Please sign in to comment.