aboutsummaryrefslogtreecommitdiff
path: root/src/test/DoS_tests.cpp
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2016-12-02 18:17:25 -0800
committerPieter Wuille <[email protected]>2016-12-02 18:25:40 -0800
commit2efcfa5acfacb958973d9e8125e1d81f102e2dfd (patch)
tree6d62e14d6bb07b072421a426d72d70ae9dae3d9f /src/test/DoS_tests.cpp
parentMerge #9251: Improvement of documentation of command line parameter 'whitelist' (diff)
parentRename the remaining main.{h,cpp} to validation.{h,cpp} (diff)
downloaddiscoin-2efcfa5acfacb958973d9e8125e1d81f102e2dfd.tar.xz
discoin-2efcfa5acfacb958973d9e8125e1d81f102e2dfd.zip
Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp})
76faa3c Rename the remaining main.{h,cpp} to validation.{h,cpp} (Matt Corallo) e736772 Move network-msg-processing code out of main to its own file (Matt Corallo) 87c35f5 Remove orphan state wipe from UnloadBlockIndex. (Matt Corallo)
Diffstat (limited to 'src/test/DoS_tests.cpp')
-rw-r--r--src/test/DoS_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/DoS_tests.cpp b/src/test/DoS_tests.cpp
index 6eed63608..1a818a575 100644
--- a/src/test/DoS_tests.cpp
+++ b/src/test/DoS_tests.cpp
@@ -6,8 +6,8 @@
#include "chainparams.h"
#include "keystore.h"
-#include "main.h"
#include "net.h"
+#include "net_processing.h"
#include "pow.h"
#include "script/sign.h"
#include "serialize.h"