File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 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)
22AC_PREREQ ( [ 2.60] )
33define ( _CLIENT_VERSION_MAJOR , 4 )
44define ( _CLIENT_VERSION_MINOR , 1 )
5- define ( _CLIENT_VERSION_REVISION , 9 )
5+ define ( _CLIENT_VERSION_REVISION , 10 )
66define ( _CLIENT_VERSION_BUILD , 0 )
77define ( _CLIENT_VERSION_RC , 0 )
88define ( _CLIENT_VERSION_IS_RELEASE , true )
Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ class CTestNetParams : public CChainParams {
433433 consensus.DF21GrandCentralEpilogueHeight = 1150030 ;
434434 consensus.DF22MetachainHeight = 1150040 ;
435435 consensus.DF23Height = 1507200 ;
436- consensus.DF24Height = std::numeric_limits< int >:: max () ;
436+ consensus.DF24Height = 1810800 ;
437437
438438 consensus.pos .diffLimit = uint256S (" 00000fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" );
439439// consensus.pos.nTargetTimespan = 14 * 24 * 60 * 60; // two weeks
You can’t perform that action at this time.
0 commit comments