diff options
| author | Cory Fields <[email protected]> | 2017-10-05 16:40:43 -0400 |
|---|---|---|
| committer | Carl Dong <[email protected]> | 2019-01-16 13:54:18 -0500 |
| commit | af3503d903b1a608cd212e2d74b274103199078c (patch) | |
| tree | 14c60eea45f0f1ed6ccde5241be58922102524ec /src/rpc/net.cpp | |
| parent | banman: pass in default ban time as a parameter (diff) | |
| download | discoin-af3503d903b1a608cd212e2d74b274103199078c.tar.xz discoin-af3503d903b1a608cd212e2d74b274103199078c.zip | |
net: move BanMan to its own files
Diffstat (limited to 'src/rpc/net.cpp')
| -rw-r--r-- | src/rpc/net.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/net.cpp b/src/rpc/net.cpp index 19561c4fc..7994d3b12 100644 --- a/src/rpc/net.cpp +++ b/src/rpc/net.cpp @@ -4,6 +4,7 @@ #include <rpc/server.h> +#include <banman.h> #include <chainparams.h> #include <clientversion.h> #include <core_io.h> |