Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove scary disconenct warnings on PeerManager new connection fns
In 4703d4e we changed PeerManager::socket_disconnected to no longer require that sockets which the PeerManager decided to disconnect not be disconnected. However, we forgot to remove the scary warnings on the `new_{inbound,outbound}_connection` functions which warned of the old behavior. We do so here.
- Loading branch information