IBD check uses minimumchain work instead of checkpoints.

This commit is contained in:
Gregory Maxwell
2016-10-22 05:33:25 +00:00
committed by lateminer
parent 75402d67c1
commit 1bf644c43f
3 changed files with 15 additions and 2 deletions

View File

@@ -75,6 +75,7 @@ struct Params {
int nCoinbaseMaturity;
int nStakeMinConfirmations;
unsigned int nStakeMinAge;
uint256 nMinimumChainWork;
};
} // namespace Consensus