mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
[trivial] Small style updates
This commit is contained in:
parent
ff6b9081ad
commit
1d74fc7df6
4 changed files with 8 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue