2022-04-05 11:09:41 +02:00
|
|
|
// Copyright (c) 2019 The Bitcoin Core developers
|
|
|
|
// Distributed under the MIT software license, see the accompanying
|
|
|
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
|
|
|
|
|
|
#include <node/context.h>
|
|
|
|
|
|
|
|
#include <banman.h>
|
|
|
|
#include <interfaces/chain.h>
|
2022-11-07 19:09:44 +01:00
|
|
|
#include <llmq/context.h>
|
2022-04-05 11:09:41 +02:00
|
|
|
#include <net.h>
|
|
|
|
#include <net_processing.h>
|
2022-01-09 18:03:26 +01:00
|
|
|
#include <scheduler.h>
|
2022-04-05 11:09:41 +02:00
|
|
|
|
|
|
|
NodeContext::NodeContext() {}
|
|
|
|
NodeContext::~NodeContext() {}
|