diff options
author | BtcDrak <btcdrak@gmail.com> | 2016-06-14 12:26:59 +0100 |
---|---|---|
committer | BtcDrak <btcdrak@gmail.com> | 2016-06-14 12:26:59 +0100 |
commit | ab8be98fdb25b678a8cd7e89adf06d1b1f6bdd62 (patch) | |
tree | 678d214b0577f979f6a3eca5f0b3afe3dcf70f7d /src/Makefile.test.include | |
parent | 520161480eb12e50c8c3cbebf27a4f78751a6472 (diff) |
Remove bad chain alert partition check
As per meeting 2016-03-31
https://bitcoincore.org/en/meetings/2016/03/31/#bad-chain-alerts
The partition checker was producing huge number of false-positives
and was disabled in 0.12.1 on the understanding it would either be
fixed in 0.13 or removed entirely from master if not.
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 41d811fb54..0b6f306f83 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -38,7 +38,6 @@ BITCOIN_TESTS =\ test/arith_uint256_tests.cpp \ test/scriptnum10.h \ test/addrman_tests.cpp \ - test/alert_tests.cpp \ test/amount_tests.cpp \ test/allocator_tests.cpp \ test/base32_tests.cpp \ |