Merge pull request #6964

5090cdc p2p: remove banned peers from the white list (moneromooo-monero)
This commit is contained in:
luigi1111 2020-11-03 11:22:27 -06:00
commit 9f68111b69
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 4 additions and 0 deletions

View File

@ -245,6 +245,10 @@ namespace nodetool
zone.second.m_net_server.get_config_object().close(c);
conns.clear();
peerlist_entry pe{};
pe.adr = addr;
zone.second.m_peerlist.remove_from_peer_white(pe);
}
MCLOG_CYAN(el::Level::Info, "global", "Host " << addr.host_str() << " blocked.");