diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-07-06 07:35:39 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-07-06 07:35:54 +0200 |
commit | 042c323922fce00a1cd0d955a0c8b8bfa80e4045 (patch) | |
tree | 0e2814e730c5b0672621cf6926c59c3ae23e7abb /src/main.h | |
parent | aef381161f3bac4a720d9134920b8836a09fb280 (diff) | |
parent | ab8be98fdb25b678a8cd7e89adf06d1b1f6bdd62 (diff) |
Merge #8275: Remove bad chain alert partition check
ab8be98 Remove bad chain alert partition check (BtcDrak)
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.h b/src/main.h index 2ffe5770dc..7ea570d859 100644 --- a/src/main.h +++ b/src/main.h @@ -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. |