mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-08 19:48:52 +00:00
update block synchronizing count fork height
This commit is contained in:
parent
c7b73d31a5
commit
496c4babb6
@ -1167,7 +1167,7 @@ namespace cryptonote
|
|||||||
//-----------------------------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------------------------
|
||||||
size_t core::get_block_sync_size(uint64_t height) const
|
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)
|
if (block_sync_size > 0)
|
||||||
return block_sync_size;
|
return block_sync_size;
|
||||||
if (height >= quick_height)
|
if (height >= quick_height)
|
||||||
|
Loading…
Reference in New Issue
Block a user