From 107d4178d9184f62c74084f5954cc36f3213434f Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Wed, 20 May 2026 10:54:39 -0400 Subject: [PATCH] versionbits: update VersionBitsCache doc comment to match current behaviour Co-Authored-by: Anthony Towns --- src/versionbits.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/versionbits.h b/src/versionbits.h index 0ac17287da9..f88ead0dce6 100644 --- a/src/versionbits.h +++ b/src/versionbits.h @@ -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: