diff options
| author | Gavin Andresen <[email protected]> | 2015-03-03 09:59:32 -0500 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2015-07-27 15:50:21 +0200 |
| commit | 517e6dd25618522c716e64859554b0f29c6e65d0 (patch) | |
| tree | 0df44e4bf60db529846142b60cc2894c128d3d8b /src/Makefile.test.include | |
| parent | Cache transaction validation successes (diff) | |
| download | discoin-517e6dd25618522c716e64859554b0f29c6e65d0.tar.xz discoin-517e6dd25618522c716e64859554b0f29c6e65d0.zip | |
Unit test doublespends in new blocks
As suggested by Greg Maxwell-- unit test to make sure a block
with a double-spend in it doesn't pass validation if half of
the double-spend is already in the memory pool (so full-blown
transaction validation is skipped) when the block is received.
Diffstat (limited to 'src/Makefile.test.include')
| -rw-r--r-- | src/Makefile.test.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 099714811..f9384a09a 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -73,6 +73,7 @@ BITCOIN_TESTS =\ test/test_bitcoin.h \ test/timedata_tests.cpp \ test/transaction_tests.cpp \ + test/txvalidationcache_tests.cpp \ test/uint256_tests.cpp \ test/univalue_tests.cpp \ test/util_tests.cpp |