| 74 | } |
| 75 | |
| 76 | void CChainParams::UpdateVersionBitsParameters(Consensus::DeploymentPos d, int64_t nStartTime, int64_t nTimeout) |
| 77 | { |
| 78 | consensus.vDeployments[d].nStartTime = nStartTime; |
| 79 | consensus.vDeployments[d].nTimeout = nTimeout; |
| 80 | } |
| 81 | |
| 82 | /** |
| 83 | * Main network |
no outgoing calls
no test coverage detected