Bitcoin Core
0.21.1
P2P Digital Currency
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
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 <
banman.h
>
8
#include <
interfaces/chain.h
>
9
#include <
net.h
>
10
#include <
net_processing.h
>
11
#include <
scheduler.h
>
12
#include <
txmempool.h
>
13
14
NodeContext::NodeContext
() {}
15
NodeContext::~NodeContext
() {}
net_processing.h
net.h
context.h
scheduler.h
NodeContext::~NodeContext
~NodeContext()
Definition:
context.cpp:15
chain.h
txmempool.h
NodeContext::NodeContext
NodeContext()
Declare default constructor and destructor that are not inline, so code instantiating the NodeContext...
Definition:
context.cpp:14
banman.h
Generated on Fri Apr 30 2021 15:02:53 for Bitcoin Core by
1.8.11