Merge pull request #8018

1f81f5f protocol: fix spurious rejection of downloaded blocks (moneromooo-monero)
This commit is contained in:
luigi1111 2021-10-25 19:02:22 -05:00
commit ff96482e38
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ namespace cryptonote
context.m_last_request_time = boost::date_time::not_a_date_time;
context.m_expect_response = 0;
context.m_expect_height = 0;
context.m_requested_objects.clear();
context.m_state = cryptonote_connection_context::state_standby; // we'll go back to adding, then (if we can't), download
}
else