Moved checkpoints out of main, to prep for using them to help prevent DoS attacks
[novacoin.git] / src / test / DoS_tests.cpp
index e60bb74..1093b73 100644 (file)
@@ -64,5 +64,4 @@ BOOST_AUTO_TEST_CASE(DoS_bantime)
     BOOST_CHECK(!CNode::IsBanned(addr.ip));
 }    
 
-
 BOOST_AUTO_TEST_SUITE_END()