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 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
2
2
AC_PREREQ ( [ 2.60] )
3
3
define ( _CLIENT_VERSION_MAJOR , 4 )
4
4
define ( _CLIENT_VERSION_MINOR , 1 )
5
- define ( _CLIENT_VERSION_REVISION , 9 )
5
+ define ( _CLIENT_VERSION_REVISION , 10 )
6
6
define ( _CLIENT_VERSION_BUILD , 0 )
7
7
define ( _CLIENT_VERSION_RC , 0 )
8
8
define ( _CLIENT_VERSION_IS_RELEASE , true )
Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ class CTestNetParams : public CChainParams {
433
433
consensus.DF21GrandCentralEpilogueHeight = 1150030 ;
434
434
consensus.DF22MetachainHeight = 1150040 ;
435
435
consensus.DF23Height = 1507200 ;
436
- consensus.DF24Height = std::numeric_limits< int >:: max () ;
436
+ consensus.DF24Height = 1810800 ;
437
437
438
438
consensus.pos .diffLimit = uint256S (" 00000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" );
439
439
// consensus.pos.nTargetTimespan = 14 * 24 * 60 * 60; // two weeks
You can’t perform that action at this time.
0 commit comments