mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 18:22:57 +02:00
versionbits: update VersionBitsCache doc comment to match current behaviour
Co-Authored-by: Anthony Towns <aj@erisian.com.au>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user