diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-03-21 13:14:27 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-03-21 13:14:27 +0200 |
commit | 93c2c1b4ba2f27aa70b58f56bdb7bc817ef94a05 (patch) | |
tree | 8bca28f952309fe41c5523bb0ddfa5f55a5eb932 /src | |
parent | Merge pull request #741 (diff) | |
parent | also update the timestamp for the hard fork (diff) | |
download | monero-93c2c1b4ba2f27aa70b58f56bdb7bc817ef94a05.tar.xz |
Merge pull request #742
23d1538 also update the timestamp for the hard fork (Riccardo Spagni)
Diffstat (limited to 'src')
-rw-r--r-- | src/cryptonote_core/blockchain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/blockchain.cpp b/src/cryptonote_core/blockchain.cpp index cec4feece..5a7c9ba5a 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; |