diff options
author | glozow <gloriajzhao@gmail.com> | 2023-09-01 11:58:23 +0100 |
---|---|---|
committer | glozow <gloriajzhao@gmail.com> | 2023-09-13 11:37:13 +0100 |
commit | 59a35a7398f5bcb3e3805d1e4f363e4c2fb336b3 (patch) | |
tree | b0ed4499b63c40416ae16b95f52909092ccc367b /src/Makefile.bench.include | |
parent | 925bb723ca71aa76380b769d8926c7c2ad9bbb7b (diff) |
[bench] DisconnectedBlockTransactions
Diffstat (limited to 'src/Makefile.bench.include')
-rw-r--r-- | src/Makefile.bench.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.bench.include b/src/Makefile.bench.include index 934e9a1fae..28b779a5a8 100644 --- a/src/Makefile.bench.include +++ b/src/Makefile.bench.include @@ -28,6 +28,7 @@ bench_bench_bitcoin_SOURCES = \ bench/data.cpp \ bench/data.h \ bench/descriptors.cpp \ + bench/disconnected_transactions.cpp \ bench/duplicate_inputs.cpp \ bench/ellswift.cpp \ bench/examples.cpp \ |