mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
net: Remove unused interrupt from SendMessages
This commit is contained in:
@@ -2042,7 +2042,7 @@ void CConnman::ThreadMessageHandler()
|
||||
// Send messages
|
||||
{
|
||||
LOCK(pnode->cs_sendProcessing);
|
||||
m_msgproc->SendMessages(pnode, flagInterruptMsgProc);
|
||||
m_msgproc->SendMessages(pnode);
|
||||
}
|
||||
|
||||
if (flagInterruptMsgProc)
|
||||
|
||||
Reference in New Issue
Block a user