From fb76f698555d664daccc280052cdc8cdfe28997f Mon Sep 17 00:00:00 2001 From: Kevin Heifner Date: Mon, 30 Sep 2024 11:15:14 -0500 Subject: [PATCH] GH-835 Don't update endpoints --- plugins/net_plugin/net_plugin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/net_plugin/net_plugin.cpp b/plugins/net_plugin/net_plugin.cpp index 822747b0a2..121dc3416e 100644 --- a/plugins/net_plugin/net_plugin.cpp +++ b/plugins/net_plugin/net_plugin.cpp @@ -2852,7 +2852,6 @@ namespace eosio { boost::asio::bind_executor( strand, [c = shared_from_this(), socket=socket]( const boost::system::error_code& err, const tcp::endpoint& endpoint) { if( !err && socket->is_open() && socket == c->socket ) { - c->update_endpoints(); if( c->start_session() ) { c->send_handshake(); c->send_time();