Bitcoin Core
24.99.0
P2P Digital Currency
src
node
context.cpp
Go to the documentation of this file.
1
// Copyright (c) 2019-2022 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 <
kernel/context.h
>
11
#include <net.h>
12
#include <
net_processing.h
>
13
#include <
netgroup.h
>
14
#include <
policy/fees.h
>
15
#include <
scheduler.h
>
16
#include <txmempool.h>
17
#include <validation.h>
18
19
namespace
node
{
20
NodeContext::NodeContext
() =
default
;
21
NodeContext::~NodeContext
() =
default
;
22
}
// namespace node
addrman.h
banman.h
chain.h
context.h
node
Definition:
init.h:25
net_processing.h
netgroup.h
context.h
fees.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()
Generated on Thu Feb 2 2023 02:44:23 for Bitcoin Core by
1.9.1