Skip to content

Commit

Permalink
GH-835 Don't update endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Sep 30, 2024
1 parent 9d21bc4 commit fb76f69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/net_plugin/net_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit fb76f69

Please sign in to comment.