diff options
| author | Pieter Wuille <[email protected]> | 2017-01-04 13:09:20 -0800 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2017-01-04 13:18:49 -0800 |
| commit | 6dd81169fc33f0c9720afe0b9b52ed4539e59580 (patch) | |
| tree | f243c60aefacfa18baea08ec7626b00c20a1ae0a /src/validation.h | |
| parent | Move tx estimation data out of CCheckPointData (diff) | |
| download | discoin-6dd81169fc33f0c9720afe0b9b52ed4539e59580.tar.xz discoin-6dd81169fc33f0c9720afe0b9b52ed4539e59580.zip | |
Remove SIGCHECK_VERIFICATION_FACTOR
Diffstat (limited to 'src/validation.h')
| -rw-r--r-- | src/validation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validation.h b/src/validation.h index 7bde123bf..ebfff66ea 100644 --- a/src/validation.h +++ b/src/validation.h @@ -281,7 +281,7 @@ bool ActivateBestChain(CValidationState& state, const CChainParams& chainparams, CAmount GetBlockSubsidy(int nHeight, const Consensus::Params& consensusParams); /** Guess verification progress (as a fraction between 0.0=genesis and 1.0=current tip). */ -double GuessVerificationProgress(const ChainTxData& data, CBlockIndex* pindex, bool fSigchecks = true); +double GuessVerificationProgress(const ChainTxData& data, CBlockIndex* pindex); /** * Prune block and undo files (blk???.dat and undo???.dat) so that the disk space used is less than a user-defined target. |