File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ AC_PREREQ([2.60])
33define ( _CLIENT_VERSION_MAJOR , 0 )
44define ( _CLIENT_VERSION_MINOR , 90 )
55define ( _CLIENT_VERSION_REVISION , 9 )
6- define ( _CLIENT_VERSION_BUILD , 2 )
6+ define ( _CLIENT_VERSION_BUILD , 5 )
77define ( _CLIENT_VERSION_IS_RELEASE , true )
88define ( _COPYRIGHT_YEAR , 2020 )
99define ( _COPYRIGHT_HOLDERS ,[ The %s developers] )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ static const int64_t MAX_BLOCK_SIGOPS_COST = 500000; // BTX: 80000
1919static const int COINBASE_MATURITY = 100 ;
2020static const int COINBASE_MATURITY_2 = 576 ;
2121static const int COINBASE_MATURITY_3 = 4032 ;
22- static const unsigned int HASH_FORK_TIME_1 = 1687409200 ;
22+ static const unsigned int HASH_FORK_TIME_1 = 1598961600 ; // 09/01/2020 @ 12:00pm (UTC)
2323
2424static const int WITNESS_SCALE_FACTOR = 4 ;
2525
You can’t perform that action at this time.
0 commit comments