diff options
Diffstat (limited to 'src/checkpoints.h')
-rw-r--r-- | src/checkpoints.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/checkpoints.h b/src/checkpoints.h index b6e2c5acaf..07ed7032a8 100644 --- a/src/checkpoints.h +++ b/src/checkpoints.h @@ -37,8 +37,6 @@ CBlockIndex* GetLastCheckpoint(const CCheckpointData& data); double GuessVerificationProgress(const CCheckpointData& data, CBlockIndex* pindex, bool fSigchecks = true); -extern bool fEnabled; - } //namespace Checkpoints #endif // BITCOIN_CHECKPOINTS_H |