net: move BanMan to its own files

This commit is contained in:
Cory Fields
2017-10-05 16:40:43 -04:00
committed by Carl Dong
parent d0469b2e93
commit af3503d903
13 changed files with 276 additions and 237 deletions

View File

@@ -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>