Struct for each individual consensus rule change using BIP9.
More...
#include <params.h>
Struct for each individual consensus rule change using BIP9.
Definition at line 31 of file params.h.
◆ bit
int Consensus::BIP9Deployment::bit |
Bit position to select the particular bit in nVersion.
Definition at line 33 of file params.h.
◆ nOverrideMinerConfirmationWindow
uint32_t Consensus::BIP9Deployment::nOverrideMinerConfirmationWindow |
Use to override the confirmation window on a specific BIP.
Definition at line 39 of file params.h.
◆ nOverrideRuleChangeActivationThreshold
uint32_t Consensus::BIP9Deployment::nOverrideRuleChangeActivationThreshold |
Use to override the the activation threshold on a specific BIP.
Definition at line 41 of file params.h.
◆ nStartTime
int64_t Consensus::BIP9Deployment::nStartTime |
Start MedianTime for version bits miner confirmation.
Can be a date in the past
Definition at line 35 of file params.h.
◆ nTimeout
int64_t Consensus::BIP9Deployment::nTimeout |
Timeout/expiry MedianTime for the deployment attempt.
Definition at line 37 of file params.h.
The documentation for this struct was generated from the following file: