diff options
| author | Pieter Wuille <[email protected]> | 2017-01-04 07:09:02 -0800 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2017-01-04 13:18:49 -0800 |
| commit | a4bac66cca62a5514579a15d198f3baa80683172 (patch) | |
| tree | 8b87de6722b0626d1616667dbfeb587f75a0efcf /src/checkpoints.h | |
| parent | Merge #9107: Safer modify new coins (diff) | |
| download | discoin-a4bac66cca62a5514579a15d198f3baa80683172.tar.xz discoin-a4bac66cca62a5514579a15d198f3baa80683172.zip | |
[MOVEONLY] Move progress estimation out of checkpoints
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 f826de231..7449d1063 100644 --- a/src/checkpoints.h +++ b/src/checkpoints.h @@ -22,8 +22,6 @@ namespace Checkpoints //! Returns last CBlockIndex* in mapBlockIndex that is a checkpoint CBlockIndex* GetLastCheckpoint(const CCheckpointData& data); -double GuessVerificationProgress(const CCheckpointData& data, CBlockIndex* pindex, bool fSigchecks = true); - } //namespace Checkpoints #endif // BITCOIN_CHECKPOINTS_H |