aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-03-24 14:36:44 +0200
committerRiccardo Spagni <ric@spagni.net>2017-03-24 14:36:44 +0200
commit11e24bb2bad898c2e4ca79a029454517f5febd9e (patch)
tree61e48af9d4e7517d4fba2a44bb8b0cfc5c47964b
parentMerge pull request #1915 (diff)
parentblockchain: offset v5 addition date on testnet (diff)
downloadmonero-11e24bb2bad898c2e4ca79a029454517f5febd9e.tar.xz
Merge pull request #1916
5a798358 blockchain: offset v5 addition date on testnet (moneromooo-monero)
-rw-r--r--src/cryptonote_core/blockchain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/blockchain.cpp b/src/cryptonote_core/blockchain.cpp
index f9a17bcb5..daa289f21 100644
--- a/src/cryptonote_core/blockchain.cpp
+++ b/src/cryptonote_core/blockchain.cpp
@@ -117,7 +117,7 @@ static const struct {
// versions 3-5 were passed in rapid succession from September 18th, 2016
{ 3, 800500, 0, 1472415034 },
{ 4, 801219, 0, 1472415035 },
- { 5, 802660, 0, 1472415036 },
+ { 5, 802660, 0, 1472415036 + 86400*180 }, // add 5 months on testnet to shut the update warning up since there's a large gap to v6
};
static const uint64_t testnet_hard_fork_version_1_till = 624633;