![]() |
Bitcoin Core
0.21.1
P2P Digital Currency
|
BIP 9 allows multiple softforks to be deployed in parallel. More...
#include <versionbits.h>
Public Member Functions | |
| void | Clear () |
Public Attributes | |
| ThresholdConditionCache | caches [Consensus::MAX_VERSION_BITS_DEPLOYMENTS] |
BIP 9 allows multiple softforks to be deployed in parallel.
We cache per-period state for every one of them keyed by the bit position used to signal support.
Definition at line 76 of file versionbits.h.
| void VersionBitsCache::Clear | ( | ) |
| ThresholdConditionCache VersionBitsCache::caches[Consensus::MAX_VERSION_BITS_DEPLOYMENTS] |
Definition at line 78 of file versionbits.h.
1.8.8