Merge pull request #5439

f26e0b5d cryptonote_protocol: warn when the last connection goes (moneromooo-monero)
pull/5430/head
Riccardo Spagni 5 years ago
commit 1fc20ba48a
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -2366,6 +2366,8 @@ skip:
{
MINFO("Target height decreasing from " << previous_target << " to " << target);
m_core.set_target_blockchain_height(target);
if (target == 0 && context.m_state > cryptonote_connection_context::state_before_handshake && !m_stopping)
MCWARNING("global", "monerod is now disconnected from the network");
}
m_block_queue.flush_spans(context.m_connection_id, false);

Loading…
Cancel
Save