mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Merge 6dc3084eec into merged_master (Bitcoin PR bitcoin/bitcoin#25668)
This commit is contained in:
commit
cd56e507a9
2 changed files with 4 additions and 2 deletions
|
|
@ -11,9 +11,11 @@
|
|||
#include <node/caches.h>
|
||||
#include <sync.h>
|
||||
#include <threadsafety.h>
|
||||
#include <tinyformat.h>
|
||||
#include <txdb.h>
|
||||
#include <uint256.h>
|
||||
#include <util/time.h>
|
||||
#include <util/translation.h>
|
||||
#include <validation.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@
|
|||
#ifndef BITCOIN_NODE_CHAINSTATE_H
|
||||
#define BITCOIN_NODE_CHAINSTATE_H
|
||||
|
||||
#include <util/translation.h>
|
||||
#include <validation.h>
|
||||
|
||||
#include <cstdint>
|
||||
#include <functional>
|
||||
#include <optional>
|
||||
#include <tuple>
|
||||
|
||||
class ChainstateManager;
|
||||
class CTxMemPool;
|
||||
|
||||
namespace node {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue