From 9ce78421a3ac10b96da7e9718825f967a2036090 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 27 Dec 2019 09:07:31 -0500 Subject: [PATCH] Update timestamp activation of new consensus rules --- src/komodo_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_defs.h b/src/komodo_defs.h index 465793120..34b1cc364 100644 --- a/src/komodo_defs.h +++ b/src/komodo_defs.h @@ -57,7 +57,7 @@ const uint32_t nHushHardforkHeight = 166250; // No coins/code are currently using timestamp activated fork -const uint32_t nHushHardforkTimestamp = 1579680124; // Jan 22nd 8am UTC +const uint32_t nHushHardforkTimestamp = 1580303652; // Jan 29nd 1pm GMT static const uint32_t KMD_SEASON_TIMESTAMPS[NUM_KMD_SEASONS] = {1525132800, 1563148800, nHushHardforkTimestamp, 1751328000}; static const int32_t KMD_SEASON_HEIGHTS[NUM_KMD_SEASONS] = {1,2,nHushHardforkHeight, 5*nHushHardforkHeight};