mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
trivial: comment tweaks
This commit is contained in:
parent
32f04e6da9
commit
5179656ef8
2 changed files with 2 additions and 2 deletions
|
|
@ -107,7 +107,7 @@ BIP9Stats AbstractThresholdConditionChecker::GetStateStatisticsFor(const CBlockI
|
|||
|
||||
if (pindex == nullptr) return stats;
|
||||
|
||||
// Find beginning of period
|
||||
// Find how many blocks are in the current period
|
||||
int blocks_in_period = 1 + (pindex->nHeight % stats.period);
|
||||
|
||||
// Reset signalling_blocks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue