diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2011-09-08 16:50:58 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2011-12-01 12:18:50 -0500 |
commit | eb5fff9e16b2c3e94835cd3a8897318472df2374 (patch) | |
tree | 783a1d81774279474627e74209f792bbe9af382a /src/test/DoS_tests.cpp | |
parent | a7120a3647b17878914da0b40655edcc5a9da59f (diff) |
Moved checkpoints out of main, to prep for using them to help prevent DoS attacks
Diffstat (limited to 'src/test/DoS_tests.cpp')
-rw-r--r-- | src/test/DoS_tests.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/DoS_tests.cpp b/src/test/DoS_tests.cpp index e60bb742dd..1093b73d80 100644 --- a/src/test/DoS_tests.cpp +++ b/src/test/DoS_tests.cpp @@ -64,5 +64,4 @@ BOOST_AUTO_TEST_CASE(DoS_bantime) BOOST_CHECK(!CNode::IsBanned(addr.ip)); } - BOOST_AUTO_TEST_SUITE_END() |