Merge #8275: Remove bad chain alert partition check

ab8be98 Remove bad chain alert partition check (BtcDrak)
This commit is contained in:
Wladimir J. van der Laan
2016-07-06 07:35:39 +02:00
5 changed files with 0 additions and 150 deletions

View File

@@ -247,8 +247,6 @@ bool ProcessMessages(CNode* pfrom);
bool SendMessages(CNode* pto);
/** Run an instance of the script checking thread */
void ThreadScriptCheck();
/** Try to detect Partition (network isolation) attacks against us */
void PartitionCheck(bool (*initialDownloadCheck)(), CCriticalSection& cs, const CBlockIndex *const &bestHeader, int64_t nPowTargetSpacing);
/** Check whether we are doing an initial block download (synchronizing from disk or network) */
bool IsInitialBlockDownload();
/** Format a string that describes several potential problems detected by the core.