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/test/denialofservice_tests.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/test/denialofservice_tests.cpp')
| -rw-r--r-- | src/test/denialofservice_tests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/denialofservice_tests.cpp b/src/test/denialofservice_tests.cpp index 29bb34bdd..e5d62a3ab 100644 --- a/src/test/denialofservice_tests.cpp +++ b/src/test/denialofservice_tests.cpp @@ -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> |