Bitcoin ABC 0.30.5
P2P Digital Currency
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>
9#include <banman.h>
10#include <interfaces/chain.h>
11#include <net.h>
12#include <net_processing.h>
14#include <scheduler.h>
15#include <txmempool.h>
16#include <validation.h>
17
18namespace node {
21} // namespace node
Definition: init.h:28
NodeContext()
Declare default constructor and destructor that are not inline, so code instantiating the NodeContext...
Definition: context.cpp:19