Bitcoin Core
31.99.0
P2P Digital Currency
src
node
context.cpp
Go to the documentation of this file.
1
// Copyright (c) 2019-present The Bitcoin Core developers
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
#include <
node/context.h
>
6
7
#include <
addrman.h
>
8
#include <
banman.h
>
9
#include <
interfaces/chain.h
>
10
#include <
interfaces/mining.h
>
11
#include <
kernel/context.h
>
12
#include <
key.h
>
13
#include <net.h>
14
#include <
net_processing.h
>
15
#include <
netgroup.h
>
16
#include <
node/kernel_notifications.h
>
17
#include <
node/warnings.h
>
18
#include <
policy/fees/block_policy_estimator.h
>
19
#include <
scheduler.h
>
20
#include <
torcontrol.h
>
21
#include <txmempool.h>
22
#include <validation.h>
23
#include <
validationinterface.h
>
24
25
namespace
node
{
26
NodeContext::NodeContext
() =
default
;
27
NodeContext::~NodeContext
() =
default
;
28
}
// namespace node
addrman.h
banman.h
block_policy_estimator.h
chain.h
mining.h
context.h
kernel_notifications.h
key.h
node
Definition:
messages.h:21
net_processing.h
netgroup.h
context.h
scheduler.h
node::NodeContext::NodeContext
NodeContext()
Declare default constructor and destructor that are not inline, so code instantiating the NodeContext...
node::NodeContext::~NodeContext
~NodeContext()
torcontrol.h
validationinterface.h
warnings.h
Generated on Thu Apr 16 2026 20:00:27 for Bitcoin Core by
1.9.4