Browse Source

Change next network upgrade (hard fork) block to 166250 on Jan 29th

pull/62/head
Duke Leto 4 years ago
parent
commit
35fc6ca6db
  1. 7
      src/komodo_defs.h

7
src/komodo_defs.h

@ -50,8 +50,11 @@
#define NUM_KMD_SEASONS 4
#define NUM_KMD_NOTARIES 64
// Approximately mid-day Jan 21 EST
const uint32_t nHushHardforkHeight = 162000;
// $ ./contrib/block_time.pl 166250
// Hush Block 166250 will happen at roughly:
// Wed Jan 29 08:14:12 2020 Eastern # 1580303652
// Wed Jan 29 13:14:12 2020 GMT # 1580303652
const uint32_t nHushHardforkHeight = 166250;
// No coins/code are currently using timestamp activated fork
const uint32_t nHushHardforkTimestamp = 1579680124; // Jan 22nd 8am UTC

Loading…
Cancel
Save