versionbits: update VersionBitsCache doc comment to match current behaviour

Co-Authored-by: Anthony Towns <aj@erisian.com.au>

Github-Pull: #34779
Rebased-From: 107d4178d9
This commit is contained in:
Antoine Poinsot
2026-05-20 10:54:39 -04:00
committed by fanquake
parent a80c96280f
commit ea96270943

View File

@@ -72,7 +72,8 @@ struct BIP9GBTStatus {
};
/** BIP 9 allows multiple softforks to be deployed in parallel. We cache
* per-period state for every one of them. */
* per-period state for every one we implement and warning state for each
* BIP 323 allowed bit. */
class VersionBitsCache
{
private: