diff options
| author | Gavin Andresen <[email protected]> | 2011-09-08 16:50:58 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-12-01 12:18:50 -0500 |
| commit | eb5fff9e16b2c3e94835cd3a8897318472df2374 (patch) | |
| tree | 783a1d81774279474627e74209f792bbe9af382a /src/test/test_bitcoin.cpp | |
| parent | Merge pull request #666 from nobled/secstrings (diff) | |
| download | discoin-eb5fff9e16b2c3e94835cd3a8897318472df2374.tar.xz discoin-eb5fff9e16b2c3e94835cd3a8897318472df2374.zip | |
Moved checkpoints out of main, to prep for using them to help prevent DoS attacks
Diffstat (limited to 'src/test/test_bitcoin.cpp')
| -rw-r--r-- | src/test/test_bitcoin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp index 8863aad47..39a7c88e1 100644 --- a/src/test/test_bitcoin.cpp +++ b/src/test/test_bitcoin.cpp @@ -13,6 +13,7 @@ #include "util_tests.cpp" #include "base58_tests.cpp" #include "miner_tests.cpp" +#include "Checkpoints_tests.cpp" CWallet* pwalletMain; |