diff --git a/src/bench/CMakeLists.txt b/src/bench/CMakeLists.txt index 50b29a14667..c441bfc7eb8 100644 --- a/src/bench/CMakeLists.txt +++ b/src/bench/CMakeLists.txt @@ -19,6 +19,7 @@ add_executable(bench_bitcoin checkblockindex.cpp checkqueue.cpp cluster_linearize.cpp + coins_haveinputs.cpp connectblock.cpp crypto_hash.cpp descriptors.cpp diff --git a/src/bench/coins_haveinputs.cpp b/src/bench/coins_haveinputs.cpp new file mode 100644 index 00000000000..ab6a4b0d747 --- /dev/null +++ b/src/bench/coins_haveinputs.cpp @@ -0,0 +1,48 @@ +// Copyright (c) 2026-present The Bitcoin Core developers +// Distributed under the MIT software license, see the accompanying +// file COPYING or https://opensource.org/license/mit/. + +#include +#include +#include +#include +#include +#include