File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ AC_PREREQ([2.69])
2
2
define ( _CLIENT_VERSION_MAJOR , 19 )
3
3
define ( _CLIENT_VERSION_MINOR , 0 )
4
4
define ( _CLIENT_VERSION_BUILD , 0 )
5
- define ( _CLIENT_VERSION_RC , 4 )
5
+ define ( _CLIENT_VERSION_RC , 5 )
6
6
define ( _CLIENT_VERSION_IS_RELEASE , false )
7
7
define ( _COPYRIGHT_YEAR , 2023 )
8
8
define ( _COPYRIGHT_HOLDERS ,[ The %s developers] )
Original file line number Diff line number Diff line change @@ -486,7 +486,7 @@ class CTestNetParams : public CChainParams {
486
486
487
487
// Deployment of Deployment of Basic BLS, AssetLocks, EHF
488
488
consensus.vDeployments [Consensus::DEPLOYMENT_V19].bit = 8 ;
489
- consensus.vDeployments [Consensus::DEPLOYMENT_V19].nStartTime = 1677024000 ; // Wed, Feb 22 , 2023 0:00:00
489
+ consensus.vDeployments [Consensus::DEPLOYMENT_V19].nStartTime = 1678060800 ; // Tue, March 06 , 2023 0:00:00
490
490
consensus.vDeployments [Consensus::DEPLOYMENT_V19].nTimeout = 999999999999ULL ;
491
491
consensus.vDeployments [Consensus::DEPLOYMENT_V19].nWindowSize = 100 ;
492
492
consensus.vDeployments [Consensus::DEPLOYMENT_V19].nThresholdStart = 80 ; // 80% of 100
You can’t perform that action at this time.
0 commit comments