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();