aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/node.cpp
diff options
context:
space:
mode:
authorCory Fields <[email protected]>2017-10-05 16:40:43 -0400
committerCarl Dong <[email protected]>2019-01-16 13:54:18 -0500
commitaf3503d903b1a608cd212e2d74b274103199078c (patch)
tree14c60eea45f0f1ed6ccde5241be58922102524ec /src/interfaces/node.cpp
parentbanman: pass in default ban time as a parameter (diff)
downloaddiscoin-af3503d903b1a608cd212e2d74b274103199078c.tar.xz
discoin-af3503d903b1a608cd212e2d74b274103199078c.zip
net: move BanMan to its own files
Diffstat (limited to 'src/interfaces/node.cpp')
-rw-r--r--src/interfaces/node.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/node.cpp b/src/interfaces/node.cpp
index c535b2931..c574f960e 100644
--- a/src/interfaces/node.cpp
+++ b/src/interfaces/node.cpp
@@ -6,6 +6,7 @@
#include <addrdb.h>
#include <amount.h>
+#include <banman.h>
#include <chain.h>
#include <chainparams.h>
#include <init.h>