File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -883,9 +883,9 @@ class CLiquidV1Params : public CChainParams {
883
883
consensus.vDeployments [Consensus::DEPLOYMENT_TESTDUMMY].nTimeout = Consensus::BIP9Deployment::NO_TIMEOUT;
884
884
885
885
// Not active yet.
886
- consensus.vDeployments [Consensus::DEPLOYMENT_DYNA_FED].bit = 0 ;
887
- consensus.vDeployments [Consensus::DEPLOYMENT_DYNA_FED].nStartTime = 0 ;
888
- consensus.vDeployments [Consensus::DEPLOYMENT_DYNA_FED].nTimeout = 0 ;
886
+ consensus.vDeployments [Consensus::DEPLOYMENT_DYNA_FED].bit = 25 ;
887
+ consensus.vDeployments [Consensus::DEPLOYMENT_DYNA_FED].nStartTime = 1000000 ;
888
+ consensus.vDeployments [Consensus::DEPLOYMENT_DYNA_FED].nTimeout = Consensus::BIP9Deployment::NO_TIMEOUT ;
889
889
890
890
891
891
// Finally, create genesis block
You can’t perform that action at this time.
0 commit comments