From ea962709430abe75c0a618c867f325282dda6bdf 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 Github-Pull: #34779 Rebased-From: 107d4178d9184f62c74084f5954cc36f3213434f --- src/versionbits.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/versionbits.h b/src/versionbits.h index 9e8918cc4e6..767e9e65fc8 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: