We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8067cd commit fad3c58Copy full SHA for fad3c58
src/node/chainstate.cpp
@@ -11,9 +11,11 @@
11
#include <node/caches.h>
12
#include <sync.h>
13
#include <threadsafety.h>
14
+#include <tinyformat.h>
15
#include <txdb.h>
16
#include <uint256.h>
17
#include <util/time.h>
18
+#include <util/translation.h>
19
#include <validation.h>
20
21
#include <algorithm>
src/node/chainstate.h
@@ -5,13 +5,13 @@
5
#ifndef BITCOIN_NODE_CHAINSTATE_H
6
#define BITCOIN_NODE_CHAINSTATE_H
7
8
9
10
#include <cstdint>
#include <functional>
-#include <optional>
+#include <tuple>
-class ChainstateManager;
class CTxMemPool;
namespace node {
0 commit comments