We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b246fd commit 1cd45d4Copy full SHA for 1cd45d4
src/test/util/setup_common.cpp
@@ -32,6 +32,7 @@
32
#include <policy/fees.h>
33
#include <policy/fees_args.h>
34
#include <pow.h>
35
+#include <random.h>
36
#include <rpc/blockchain.h>
37
#include <rpc/register.h>
38
#include <rpc/server.h>
src/test/util/setup_common.h
@@ -11,7 +11,6 @@
11
#include <node/context.h> // IWYU pragma: export
12
#include <primitives/transaction.h>
13
#include <pubkey.h>
14
-#include <random.h>
15
#include <stdexcept>
16
#include <util/chaintype.h>
17
#include <util/check.h>
@@ -25,6 +24,7 @@
25
24
26
class CFeeRate;
27
class Chainstate;
+class FastRandomContext;
28
29
/** This is connected to the logger. Can be used to redirect logs to any other log */
30
extern const std::function<void(const std::string&)> G_TEST_LOG_FUN;
0 commit comments