mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Update mainnet timestamp
This commit is contained in:
parent
0e61004d0b
commit
9f192fd188
1 changed files with 1 additions and 1 deletions
|
@ -9169,7 +9169,7 @@ uint64_t wallet2::get_daemon_blockchain_target_height(string &err)
|
||||||
uint64_t wallet2::get_approximate_blockchain_height() const
|
uint64_t wallet2::get_approximate_blockchain_height() const
|
||||||
{
|
{
|
||||||
// time of v8 fork
|
// 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
|
// v8 fork block
|
||||||
const uint64_t fork_block = m_nettype == TESTNET ? 10 : 6969;
|
const uint64_t fork_block = m_nettype == TESTNET ? 10 : 6969;
|
||||||
// avg seconds per block
|
// avg seconds per block
|
||||||
|
|
Loading…
Reference in a new issue