From 23d1538fe70d76817f6f6e07908e93bfd232d30c Mon Sep 17 00:00:00 2001 From: Riccardo Spagni Date: Mon, 21 Mar 2016 13:09:35 +0200 Subject: [PATCH] also update the timestamp for the hard fork --- src/cryptonote_core/blockchain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryptonote_core/blockchain.cpp b/src/cryptonote_core/blockchain.cpp index cec4feec..5a7c9ba5 100644 --- a/src/cryptonote_core/blockchain.cpp +++ b/src/cryptonote_core/blockchain.cpp @@ -83,7 +83,7 @@ static const struct { { 2, 1009827, 0, 1442763710 }, // version 3 starts from block 1141317, which is on or around the 24th of September, 2016. Fork time finalised on 2016-03-21. - { 3, 1009827, 0, 1442763710 }, + { 3, 1009827, 0, 1458558528 }, }; static const uint64_t mainnet_hard_fork_version_1_till = 1009826;