mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
doc: Improve versionbits.h documentation
This commit is contained in:
parent
00dad5e0e1
commit
6576a8765f
2 changed files with 22 additions and 7 deletions
|
|
@ -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 = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue