aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriDunk5400 <iDunk5400@users.noreply.github.com>2018-09-29 14:42:10 +0200
committeriDunk5400 <iDunk5400@users.noreply.github.com>2018-09-29 14:42:10 +0200
commitfa942ef610ef9fa32a3d6b8a8d6106e141f418c8 (patch)
treef67bb734e0fae306985866777b5f8e53c91f16ca
parentMerge pull request #4423 (diff)
downloadmonero-fa942ef610ef9fa32a3d6b8a8d6106e141f418c8.tar.xz
daemon: silence daemon update warnings on testnet
-rw-r--r--src/cryptonote_core/blockchain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cryptonote_core/blockchain.cpp b/src/cryptonote_core/blockchain.cpp
index 0e175cdbe..2c7032238 100644
--- a/src/cryptonote_core/blockchain.cpp
+++ b/src/cryptonote_core/blockchain.cpp
@@ -137,8 +137,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;