diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-08-02 22:39:34 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-08-07 11:34:59 +0100 |
commit | 4d87304683845fed969d3edc9b7b069a90ac72ba (patch) | |
tree | ba746cfc5516183640aeeebe50228fa865b24dc4 /src | |
parent | Merge pull request #2159 (diff) | |
download | monero-4d87304683845fed969d3edc9b7b069a90ac72ba.tar.xz |
blockchain: add testnet v6 fork height at 971400
Diffstat (limited to 'src')
-rw-r--r-- | src/cryptonote_core/blockchain.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cryptonote_core/blockchain.cpp b/src/cryptonote_core/blockchain.cpp index 745608b9f..b0719d320 100644 --- a/src/cryptonote_core/blockchain.cpp +++ b/src/cryptonote_core/blockchain.cpp @@ -118,6 +118,8 @@ static const struct { { 3, 800500, 0, 1472415034 }, { 4, 801219, 0, 1472415035 }, { 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 + + { 6, 971400, 0, 1501709789 }, }; static const uint64_t testnet_hard_fork_version_1_till = 624633; |