Bitcoin ABC
0.30.5
P2P Digital Currency
src
node
context.cpp
Go to the documentation of this file.
1
// Copyright (c) 2019 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 <
avalanche/processor.h
>
9
#include <
banman.h
>
10
#include <
interfaces/chain.h
>
11
#include <
net.h
>
12
#include <
net_processing.h
>
13
#include <
node/kernel_notifications.h
>
14
#include <
scheduler.h
>
15
#include <
txmempool.h
>
16
#include <validation.h>
17
18
namespace
node
{
19
NodeContext::NodeContext
() {}
20
NodeContext::~NodeContext
() {}
21
}
// namespace node
addrman.h
banman.h
chain.h
kernel_notifications.h
node
Definition:
init.h:28
net.h
net_processing.h
context.h
processor.h
scheduler.h
node::NodeContext::NodeContext
NodeContext()
Declare default constructor and destructor that are not inline, so code instantiating the NodeContext...
Definition:
context.cpp:19
node::NodeContext::~NodeContext
~NodeContext()
Definition:
context.cpp:20
txmempool.h
Generated on Wed Nov 20 2024 17:55:58 for Bitcoin ABC by
1.9.4