diff options
| author | Alexander Blair <snipa@jagtech.io> | 2020-08-16 12:40:37 -0700 |
|---|---|---|
| committer | Alexander Blair <snipa@jagtech.io> | 2020-08-16 12:40:37 -0700 |
| commit | 461651fce5d834067ac7e86cc4b1cc99c93f4629 (patch) | |
| tree | baf38067399ccb835bbc0ad635ad21a3d884e736 | |
| parent | b61a9afa5daff51ff7450489a71cb95519126623 (diff) | |
| parent | 35665df20653906877ac4df92279dd2558e9fbd7 (diff) | |
| download | monzero-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)
| -rw-r--r-- | src/cryptonote_protocol/cryptonote_protocol_handler.inl | 1 |
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()); |
