mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-03 09:43:55 +02:00
net: move BanMan to its own files
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
// Unit tests for denial-of-service detection/prevention code
|
||||
|
||||
#include <banman.h>
|
||||
#include <chainparams.h>
|
||||
#include <keystore.h>
|
||||
#include <net.h>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
#include <test/test_bitcoin.h>
|
||||
|
||||
#include <banman.h>
|
||||
#include <chainparams.h>
|
||||
#include <consensus/consensus.h>
|
||||
#include <consensus/params.h>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
#define BOOST_TEST_MODULE Bitcoin Test Suite
|
||||
|
||||
#include <banman.h>
|
||||
#include <net.h>
|
||||
|
||||
#include <memory>
|
||||
|
||||
Reference in New Issue
Block a user