From f36f7d003a7051818ba72f8d1142ae573f550a31 Mon Sep 17 00:00:00 2001 From: satorigold <68770558+satorigold@users.noreply.github.com> Date: Tue, 28 Jul 2020 17:01:20 +0800 Subject: [PATCH] Update CryptoNoteConfig.h Updated TimeStamp block 2 --- src/config/CryptoNoteConfig.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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