doc: Move assumed-values doxygen comments to header

This commit is contained in:
MarcoFalke
2020-09-30 15:03:52 +02:00
parent fa64892b82
commit fa729cdb2c
2 changed files with 2 additions and 9 deletions

View File

@@ -79,7 +79,9 @@ struct Params {
int64_t nPowTargetSpacing;
int64_t nPowTargetTimespan;
int64_t DifficultyAdjustmentInterval() const { return nPowTargetTimespan / nPowTargetSpacing; }
/** The best chain should have at least this much work */
uint256 nMinimumChainWork;
/** By default assume that the signatures in ancestors of this block are valid */
uint256 defaultAssumeValid;
/**