Bitcoin Core
22.0.0
P2P Digital Currency
src
node
context.cpp
Go to the documentation of this file.
1
// Copyright (c) 2019-2020 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 <net.h>
11
#include <
net_processing.h
>
12
#include <
policy/fees.h
>
13
#include <
scheduler.h
>
14
#include <
txmempool.h
>
15
#include <validation.h>
16
17
NodeContext::NodeContext
() {}
18
NodeContext::~NodeContext
() {}
net_processing.h
context.h
scheduler.h
NodeContext::~NodeContext
~NodeContext()
Definition:
context.cpp:18
chain.h
txmempool.h
NodeContext::NodeContext
NodeContext()
Declare default constructor and destructor that are not inline, so code instantiating the NodeContext...
Definition:
context.cpp:17
fees.h
addrman.h
banman.h
Generated on Thu Sep 9 2021 12:00:00 for Bitcoin Core by
1.8.14