diff options
| author | Gavin Andresen <[email protected]> | 2011-09-26 06:06:16 -0700 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-09-26 06:06:16 -0700 |
| commit | 17e2c24645a10354849dec917b31f364e9056d58 (patch) | |
| tree | 0fc4eda5307bbc9dc99eb3c8fec40b303644cd1c /src/test/test_bitcoin.cpp | |
| parent | Merge pull request #521 from laanwj/qt (diff) | |
| parent | More denial-of-service misbehavior detection: version/addr/inv/getdata messages (diff) | |
| download | discoin-17e2c24645a10354849dec917b31f364e9056d58.tar.xz discoin-17e2c24645a10354849dec917b31f364e9056d58.zip | |
Merge pull request #517 from gavinandresen/DoSprevention
Denial-of-service prevention
Diffstat (limited to 'src/test/test_bitcoin.cpp')
| -rw-r--r-- | src/test/test_bitcoin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp index 0230bb6ec..c6f6d94b1 100644 --- a/src/test/test_bitcoin.cpp +++ b/src/test/test_bitcoin.cpp @@ -8,7 +8,7 @@ #include "uint256_tests.cpp" #include "script_tests.cpp" #include "transaction_tests.cpp" - +#include "DoS_tests.cpp" CWallet* pwalletMain; |