From f613e5dfdafe708f63ebb5193c44e2bc770c6651 Mon Sep 17 00:00:00 2001 From: Martin Zumsande Date: Mon, 25 Nov 2019 02:44:40 +0100 Subject: [test] move mining helper functions into test library --- src/test/util/mining.cpp | 51 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 src/test/util/mining.cpp (limited to 'src/test/util/mining.cpp') diff --git a/src/test/util/mining.cpp b/src/test/util/mining.cpp new file mode 100644 index 000000000..30f0f5d7e --- /dev/null +++ b/src/test/util/mining.cpp @@ -0,0 +1,51 @@ +// Copyright (c) 2019 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 +#include +#include +#include +#include +#include