From 9f192fd18820b7f06e235fe9effeabc4362b5f45 Mon Sep 17 00:00:00 2001 From: wowario <38101080+wowario@users.noreply.github.com> Date: Sat, 9 Jun 2018 18:07:48 +0300 Subject: [PATCH] Update mainnet timestamp --- src/wallet/wallet2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 42cae9765..8abb2387b 100755 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -9169,7 +9169,7 @@ uint64_t wallet2::get_daemon_blockchain_target_height(string &err) uint64_t wallet2::get_approximate_blockchain_height() const { // time of v8 fork - const time_t fork_time = m_nettype == TESTNET ? 1523255371 : 1524214739; + const time_t fork_time = m_nettype == TESTNET ? 1523255371 : 1524622167; // v8 fork block const uint64_t fork_block = m_nettype == TESTNET ? 10 : 6969; // avg seconds per block