mirror of
https://github.com/monero-project/monero.git
synced 2026-08-01 16:37:48 -07:00
Fix fake 'network synchronized, begin using' messages
This commit is contained in:
@@ -263,7 +263,7 @@ namespace cryptonote
|
||||
if(context.m_state == cryptonote_connection_context::state_synchronizing)
|
||||
return true;
|
||||
|
||||
if(m_core.have_block(hshd.top_id))
|
||||
if(m_core.have_block(hshd.top_id) && !(hshd.current_height < m_core.get_target_blockchain_height()))
|
||||
{
|
||||
context.m_state = cryptonote_connection_context::state_normal;
|
||||
if(is_inital)
|
||||
|
||||
Reference in New Issue
Block a user