diff options
| author | Cory Fields <[email protected]> | 2015-04-22 23:22:36 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2015-04-30 23:14:48 -0400 |
| commit | a8cdaf5c962ff9018e2d8411f532eec7355f0623 (patch) | |
| tree | c98c3ebb907548099b601a76f0dbeb99fb3af084 /src/checkpoints.h | |
| parent | checkpoints: Decouple checkpoints from Params (diff) | |
| download | discoin-a8cdaf5c962ff9018e2d8411f532eec7355f0623.tar.xz discoin-a8cdaf5c962ff9018e2d8411f532eec7355f0623.zip | |
checkpoints: move the checkpoints enable boolean into main
This pertains to app-state, so it doesn't make sense to handle inside the
checkpoint functions.
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 b6e2c5aca..07ed7032a 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 |