You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/versionbits.cpp
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,9 @@
2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
-
#include<versionbits.h>
6
5
#include<consensus/params.h>
6
+
#include<util/check.h>
7
+
#include<versionbits.h>
7
8
8
9
#include<limits>
9
10
@@ -190,7 +191,7 @@ int AbstractThresholdConditionChecker::GetStateSinceHeightFor(const CBlockIndex*
190
191
// if we are computing for the last block of a period, then pindexPrev points to the second to last block of the period, and
191
192
// if we are computing for the first block of a period, then pindexPrev points to the last block of the previous period.
192
193
// The parent of the genesis block is represented by nullptr.
0 commit comments