mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
lint: fix codespell and lint-spelling
This commit is contained in:
parent
232b3e78a2
commit
95503abe8c
9 changed files with 10 additions and 8 deletions
|
|
@ -3644,7 +3644,7 @@ void PeerManagerImpl::ProcessMessage(CNode& pfrom, const std::string& msg_type,
|
|||
return;
|
||||
}
|
||||
|
||||
// Log succesful connections unconditionally for outbound, but not for inbound as those
|
||||
// Log successful connections unconditionally for outbound, but not for inbound as those
|
||||
// can be triggered by an attacker at high rate.
|
||||
if (!pfrom.IsInboundConn() || LogAcceptCategory(BCLog::NET, BCLog::Level::Debug)) {
|
||||
const auto mapped_as{m_connman.GetMappedAS(pfrom.addr)};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue