doc: Improve versionbits.h documentation

This commit is contained in:
Antoine Riard
2019-08-06 22:18:36 -04:00
parent 00dad5e0e1
commit 6576a8765f
2 changed files with 22 additions and 7 deletions

View File

@@ -94,7 +94,6 @@ ThresholdState AbstractThresholdConditionChecker::GetStateFor(const CBlockIndex*
return state;
}
// return the numerical statistics of blocks signalling the specified BIP9 condition in this current period
BIP9Stats AbstractThresholdConditionChecker::GetStateStatisticsFor(const CBlockIndex* pindex, const Consensus::Params& params) const
{
BIP9Stats stats = {};