mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-16 02:27:43 +02:00
[trivial] Small style updates
This commit is contained in:
@@ -882,8 +882,9 @@ void PeerLogicValidation::InitializeNode(CNode *pnode) {
|
||||
LOCK(g_peer_mutex);
|
||||
g_peer_map.emplace_hint(g_peer_map.end(), nodeid, std::move(peer));
|
||||
}
|
||||
if(!pnode->IsInboundConn())
|
||||
if (!pnode->IsInboundConn()) {
|
||||
PushNodeVersion(*pnode, m_connman, GetTime());
|
||||
}
|
||||
}
|
||||
|
||||
void PeerLogicValidation::ReattemptInitialBroadcast(CScheduler& scheduler) const
|
||||
|
||||
Reference in New Issue
Block a user