mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-11 21:20:39 +02:00
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:
committed by
fanquake
parent
a80c96280f
commit
ea96270943
@@ -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