diff --git a/src/config/CryptoNoteConfig.h b/src/config/CryptoNoteConfig.h index 72e15b5..b4cef7f 100755 --- a/src/config/CryptoNoteConfig.h +++ b/src/config/CryptoNoteConfig.h @@ -72,7 +72,8 @@ static_assert(sizeof(GENESIS_COINBASE_TX_HEX)/sizeof(*GENESIS_COINBASE_TX_HEX) ! /* This is the unix timestamp of the first "mined" block (technically block 2, not the genesis block) You can get this value by doing "print_block 2" in TurtleCoind. It is used to know what timestamp to import from when the block height cannot be found in the node or the node is offline. */ -const uint64_t GENESIS_BLOCK_TIMESTAMP = 1512800692; + +const uint64_t GENESIS_BLOCK_TIMESTAMP = 1595926604; const size_t CRYPTONOTE_REWARD_BLOCKS_WINDOW = 100; const size_t CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE = 100000; //size of block (bytes) after which reward for block calculated using block size