Skip to content

Commit 3ca7cc6

Browse files
committed
Fix incorrect merge removed mutex
1 parent 03a8f41 commit 3ca7cc6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/cryptonote_protocol/cryptonote_protocol_handler.inl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,6 +1013,8 @@ namespace cryptonote
10131013
{
10141014
MLOG_P2P_MESSAGE("Received NOTIFY_NEW_TRANSACTIONS (" << arg.txs.size() << " txes)");
10151015

1016+
std::lock_guard<std::mutex> m_check_lock(m_check_tx_request_queue_mutex);
1017+
10161018
if(context.m_state != cryptonote_connection_context::state_normal)
10171019
return 1;
10181020

0 commit comments

Comments
 (0)