Skip to content

Commit ac7779e

Browse files
author
limxdev
committed
Set new date for Mega-BTX
1 parent 8adb6cb commit ac7779e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ AC_PREREQ([2.60])
33
define(_CLIENT_VERSION_MAJOR, 0)
44
define(_CLIENT_VERSION_MINOR, 90)
55
define(_CLIENT_VERSION_REVISION, 9)
6-
define(_CLIENT_VERSION_BUILD, 2)
6+
define(_CLIENT_VERSION_BUILD, 5)
77
define(_CLIENT_VERSION_IS_RELEASE, true)
88
define(_COPYRIGHT_YEAR, 2020)
99
define(_COPYRIGHT_HOLDERS,[The %s developers])

src/consensus/consensus.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ static const int64_t MAX_BLOCK_SIGOPS_COST = 500000; // BTX: 80000
1919
static const int COINBASE_MATURITY = 100;
2020
static const int COINBASE_MATURITY_2 = 576;
2121
static 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

2424
static const int WITNESS_SCALE_FACTOR = 4;
2525

0 commit comments

Comments
 (0)