mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
feat: Bumped v19 start time for v19 (#5244)
## Issue being fixed or feature implemented Delayed activation to reexperience rc.6 ## What was done? ## How Has This Been Tested? ## Breaking Changes ## Checklist: - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation **For repository code-owners and collaborators only** - [x] I have assigned this pull request to a milestone
This commit is contained in:
parent
ee60e8a6c4
commit
bb4a1add2c
@ -486,7 +486,7 @@ public:
|
|||||||
|
|
||||||
// Deployment of Deployment of Basic BLS, AssetLocks, EHF
|
// Deployment of Deployment of Basic BLS, AssetLocks, EHF
|
||||||
consensus.vDeployments[Consensus::DEPLOYMENT_V19].bit = 8;
|
consensus.vDeployments[Consensus::DEPLOYMENT_V19].bit = 8;
|
||||||
consensus.vDeployments[Consensus::DEPLOYMENT_V19].nStartTime = 1678060800; // Tue, March 06, 2023 0:00:00
|
consensus.vDeployments[Consensus::DEPLOYMENT_V19].nStartTime = 1678838400; // Wed, March 15, 2023 0:00:00
|
||||||
consensus.vDeployments[Consensus::DEPLOYMENT_V19].nTimeout = 999999999999ULL;
|
consensus.vDeployments[Consensus::DEPLOYMENT_V19].nTimeout = 999999999999ULL;
|
||||||
consensus.vDeployments[Consensus::DEPLOYMENT_V19].nWindowSize = 100;
|
consensus.vDeployments[Consensus::DEPLOYMENT_V19].nWindowSize = 100;
|
||||||
consensus.vDeployments[Consensus::DEPLOYMENT_V19].nThresholdStart = 80; // 80% of 100
|
consensus.vDeployments[Consensus::DEPLOYMENT_V19].nThresholdStart = 80; // 80% of 100
|
||||||
|
Loading…
Reference in New Issue
Block a user