diff options
| author | Gavin Andresen <[email protected]> | 2011-12-01 12:42:02 -0800 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-12-01 12:42:02 -0800 |
| commit | 43f20bb3c2b2d0e6888f534ef339eada1affb3f9 (patch) | |
| tree | f427051302b0f120c99976effdc6761b7ff509aa /src/test/test_bitcoin.cpp | |
| parent | Merge pull request #666 from nobled/secstrings (diff) | |
| parent | Orphan block fill-up-memory attack prevention (diff) | |
| download | discoin-43f20bb3c2b2d0e6888f534ef339eada1affb3f9.tar.xz discoin-43f20bb3c2b2d0e6888f534ef339eada1affb3f9.zip | |
Merge pull request #534 from gavinandresen/DoSorphans
Denial-of-service prevention: low-difficulty blocks
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; |