diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2017-10-05 16:40:43 -0400 |
---|---|---|
committer | Carl Dong <accounts@carldong.me> | 2019-01-16 13:54:18 -0500 |
commit | af3503d903b1a608cd212e2d74b274103199078c (patch) | |
tree | 14c60eea45f0f1ed6ccde5241be58922102524ec /src/net_processing.cpp | |
parent | d0469b2e9386a7a4b268cb9725347e7517acace6 (diff) |
net: move BanMan to its own files
Diffstat (limited to 'src/net_processing.cpp')
-rw-r--r-- | src/net_processing.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net_processing.cpp b/src/net_processing.cpp index 6dd6368f74..62b7d4e966 100644 --- a/src/net_processing.cpp +++ b/src/net_processing.cpp @@ -6,6 +6,7 @@ #include <net_processing.h> #include <addrman.h> +#include <banman.h> #include <arith_uint256.h> #include <blockencodings.h> #include <chainparams.h> |