diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-10-02 22:36:57 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-10-02 22:36:57 +0200 |
commit | e2da7c78172a032cce6a82a54f95571e3a90496f (patch) | |
tree | 3f9b33d92b5286aabe9b6c6cca273b1a4fc97945 | |
parent | Merge pull request #4464 (diff) | |
parent | daemon: silence daemon update warnings on testnet (diff) | |
download | monero-e2da7c78172a032cce6a82a54f95571e3a90496f.tar.xz |
Merge pull request #4467
fa942ef6 daemon: silence daemon update warnings on testnet (iDunk5400)
-rw-r--r-- | src/cryptonote_core/blockchain.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cryptonote_core/blockchain.cpp b/src/cryptonote_core/blockchain.cpp index fb4dcef7c..eb869b795 100644 --- a/src/cryptonote_core/blockchain.cpp +++ b/src/cryptonote_core/blockchain.cpp @@ -138,8 +138,8 @@ static const struct { { 6, 971400, 0, 1501709789 }, { 7, 1057027, 0, 1512211236 }, - { 8, 1057058, 0, 1515967497 }, - { 9, 1057778, 0, 1515967498 }, + { 8, 1057058, 0, 1533211200 }, + { 9, 1057778, 0, 1533297600 }, }; static const uint64_t testnet_hard_fork_version_1_till = 624633; |