diff options
| author | Pieter Wuille <[email protected]> | 2016-11-03 00:04:20 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2016-11-03 00:08:59 -0700 |
| commit | 508404de98a8a5435f52916cef8f328e82651961 (patch) | |
| tree | d7756cd64d414858f51d77f0273f26bc4e2e4e30 /src/Makefile.test.include | |
| parent | Merge #9036: wallet: Change default confirm target from 2 to 6 (diff) | |
| parent | IsInitialBlockDownload no longer uses header-only timestamps. (diff) | |
| download | discoin-508404de98a8a5435f52916cef8f328e82651961.tar.xz discoin-508404de98a8a5435f52916cef8f328e82651961.zip | |
Merge #9053: IBD using chainwork instead of height and not using header timestamps
e141beb IsInitialBlockDownload no longer uses header-only timestamps. (Gregory Maxwell)
2082b55 Remove GetTotalBlocksEstimate and checkpoint tests that test nothing. (Gregory Maxwell)
fd46136 IBD check uses minimumchain work instead of checkpoints. (Gregory Maxwell)
Diffstat (limited to 'src/Makefile.test.include')
| -rw-r--r-- | src/Makefile.test.include | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 5ce1bbb89..4e4cca14c 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -50,7 +50,6 @@ BITCOIN_TESTS =\ test/bip32_tests.cpp \ test/blockencodings_tests.cpp \ test/bloom_tests.cpp \ - test/Checkpoints_tests.cpp \ test/coins_tests.cpp \ test/compress_tests.cpp \ test/crypto_tests.cpp \ |