Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13711111
D12218.id35613.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
D12218.id35613.diff
View Options
diff --git a/src/versionbits.h b/src/versionbits.h
--- a/src/versionbits.h
+++ b/src/versionbits.h
@@ -113,21 +113,21 @@
void Clear();
};
-/** Get the BIP9 state for a given deployment at the current tip. */
+/** Get the BIP9 state for a given deployment for the block pindexPrev. */
ThresholdState VersionBitsState(const CBlockIndex *pindexPrev,
const Consensus::Params ¶ms,
Consensus::DeploymentPos pos,
VersionBitsCache &cache);
/**
- * Get the numerical statistics for the BIP9 state for a given deployment at the
- * current tip.
+ * Get the numerical statistics for a given deployment state for the signalling
+ * period that includes the block after pindexPrev.
*/
BIP9Stats VersionBitsStatistics(const CBlockIndex *pindexPrev,
const Consensus::Params ¶ms,
Consensus::DeploymentPos pos);
/**
* Get the block height at which the BIP9 deployment switched into the state for
- * the block building on the current tip.
+ * the block after pindexPrev.
*/
int VersionBitsStateSinceHeight(const CBlockIndex *pindexPrev,
const Consensus::Params ¶ms,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 10:34 (3 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5573270
Default Alt Text
D12218.id35613.diff (1 KB)
Attached To
D12218: versionbits: correct doxygen comments
Event Timeline
Log In to Comment