update block synchronizing count fork height

pull/203/head
wowario 5 years ago
parent c7b73d31a5
commit 496c4babb6
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -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)

Loading…
Cancel
Save