aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol
diff options
context:
space:
mode:
authorAlexander Blair <snipa@jagtech.io>2020-08-16 12:40:37 -0700
committerAlexander Blair <snipa@jagtech.io>2020-08-16 12:40:37 -0700
commit461651fce5d834067ac7e86cc4b1cc99c93f4629 (patch)
treebaf38067399ccb835bbc0ad635ad21a3d884e736 /src/cryptonote_protocol
parentb61a9afa5daff51ff7450489a71cb95519126623 (diff)
parent35665df20653906877ac4df92279dd2558e9fbd7 (diff)
downloadmonzero-core-461651fce5d834067ac7e86cc4b1cc99c93f4629.tar.gz
monzero-core-461651fce5d834067ac7e86cc4b1cc99c93f4629.tar.xz
monzero-core-461651fce5d834067ac7e86cc4b1cc99c93f4629.zip
Merge pull request #6542
35665df20 protocol: don't drop a connection if we can't get a compatible chain (moneromooo-monero)
Diffstat (limited to 'src/cryptonote_protocol')
-rw-r--r--src/cryptonote_protocol/cryptonote_protocol_handler.inl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptonote_protocol/cryptonote_protocol_handler.inl b/src/cryptonote_protocol/cryptonote_protocol_handler.inl
index bd14fe0a7..d67e0e45b 100644
--- a/src/cryptonote_protocol/cryptonote_protocol_handler.inl
+++ b/src/cryptonote_protocol/cryptonote_protocol_handler.inl
@@ -1751,7 +1751,6 @@ skip:
if(!m_core.find_blockchain_supplement(arg.block_ids, !arg.prune, r))
{
LOG_ERROR_CCONTEXT("Failed to handle NOTIFY_REQUEST_CHAIN.");
- drop_connection(context, false, false);
return 1;
}
MLOG_P2P_MESSAGE("-->>NOTIFY_RESPONSE_CHAIN_ENTRY: m_start_height=" << r.start_height << ", m_total_height=" << r.total_height << ", m_block_ids.size()=" << r.m_block_ids.size());