versionbits: update VersionBitsCache doc comment to match current behaviour

Co-Authored-by: Anthony Towns <aj@erisian.com.au>
This commit is contained in:
Antoine Poinsot
2026-05-20 10:54:39 -04:00
parent 94e3ac0b21
commit 107d4178d9

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: