We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 655970d + 3eb53b8 commit a46a671Copy full SHA for a46a671
src/versionbits.cpp
@@ -107,7 +107,7 @@ ThresholdState AbstractThresholdConditionChecker::GetStateFor(const CBlockIndex*
107
// return the numerical statistics of blocks signalling the specified BIP9 condition in this current period
108
BIP9Stats AbstractThresholdConditionChecker::GetStateStatisticsFor(const CBlockIndex* pindex, const Consensus::Params& params) const
109
{
110
- BIP9Stats stats;
+ BIP9Stats stats = {};
111
112
stats.period = Period(params);
113
stats.threshold = Threshold(params);
0 commit comments