Merge pull request #5259

9141a0a1 connection_basic: remove debug exception ^_^ (moneromooo-monero)
release-v0.6.1.2
Riccardo Spagni 5 years ago
commit 5259dd7a14
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -173,7 +173,6 @@ connection_basic::~connection_basic() noexcept(false) {
std::string remote_addr_str = "?";
try { boost::system::error_code e; remote_addr_str = socket().remote_endpoint(e).address().to_string(); } catch(...){} ;
_note("Destructing connection #"<<mI->m_peer_number << " to " << remote_addr_str);
try { throw 0; } catch(...){}
}
void connection_basic::set_rate_up_limit(uint64_t limit) {

Loading…
Cancel
Save