We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f80092 commit fac96d0Copy full SHA for fac96d0
src/net_processing.cpp
@@ -4449,8 +4449,9 @@ bool PeerManagerImpl::SendMessages(CNode* pto)
4449
}
4450
4451
peer->m_blocks_for_inv_relay.clear();
4452
+ }
4453
- if (pto->m_tx_relay != nullptr) {
4454
+ if (pto->m_tx_relay != nullptr) {
4455
LOCK(pto->m_tx_relay->cs_tx_inventory);
4456
// Check whether periodic sends should happen
4457
bool fSendTrickle = pto->HasPermission(PF_NOBAN);
@@ -4578,7 +4579,6 @@ bool PeerManagerImpl::SendMessages(CNode* pto)
4578
4579
4580
4581
- }
4582
4583
if (!vInv.empty())
4584
m_connman.PushMessage(pto, msgMaker.Make(NetMsgType::INV, vInv));
0 commit comments