From 496c4babb68bcfbf9301562ca2d8753ed8c53543 Mon Sep 17 00:00:00 2001 From: wowario Date: Sun, 2 Jun 2019 09:47:33 +0300 Subject: [PATCH] update block synchronizing count fork height --- src/cryptonote_core/cryptonote_core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp index 0afd40c24..6d158bf23 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -1167,7 +1167,7 @@ namespace cryptonote //----------------------------------------------------------------------------------------------- size_t core::get_block_sync_size(uint64_t height) const { - static const uint64_t quick_height = m_nettype == TESTNET ? 801219 : m_nettype == MAINNET ? 1220516 : 0; + static const uint64_t quick_height = m_nettype == TESTNET ? 801219 : m_nettype == MAINNET ? 53666 : 0; if (block_sync_size > 0) return block_sync_size; if (height >= quick_height)