mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Merge pull request #2364
63d8dddc
cryptonote_protocol: remove old spans when received as old blocks (moneromooo-monero)
This commit is contained in:
commit
eb8dac52df
@ -930,6 +930,7 @@ namespace cryptonote
|
||||
{
|
||||
const uint64_t subchain_height = start_height + arg.blocks.size();
|
||||
LOG_DEBUG_CC(context, "These are old blocks, ignoring: blocks " << start_height << " - " << (subchain_height-1) << ", blockchain height " << m_core.get_current_blockchain_height());
|
||||
m_block_queue.remove_spans(context.m_connection_id, start_height);
|
||||
goto skip;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user