diff --git a/src/bench/CMakeLists.txt b/src/bench/CMakeLists.txt --- a/src/bench/CMakeLists.txt +++ b/src/bench/CMakeLists.txt @@ -60,6 +60,7 @@ rpc_blockchain.cpp rpc_mempool.cpp util_time.cpp + verify_script.cpp # Add the generated headers to trigger the conversion command ${BENCH_DATA_GENERATED_HEADERS} diff --git a/src/bench/verify_script.cpp b/src/bench/verify_script.cpp new file mode 100644 --- /dev/null +++ b/src/bench/verify_script.cpp @@ -0,0 +1,41 @@ +// Copyright (c) 2016-2018 The Bitcoin Core developers +// Distributed under the MIT software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. + +#include +#include +#if defined(HAVE_CONSENSUS_LIB) +#include