Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
SergiySW committed Oct 22, 2020
1 parent a97e95f commit f0e9f5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nano/node/socket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tcp_socket{ node_a.io_ctx },
node{ node_a },
next_deadline{ std::numeric_limits<uint64_t>::max () },
last_completion_time{ 0 },
io_timeout{ node_a->config.tcp_io_timeout }
io_timeout{ node_a.config.tcp_io_timeout }
{
}

Expand Down Expand Up @@ -193,7 +193,6 @@ nano::server_socket::server_socket (nano::node & node_a, boost::asio::ip::tcp::e
socket{ node_a },
acceptor{ node_a.io_ctx },
local{ local_a },
deferred_accept_timer{ node_a.io_ctx },
max_inbound_connections{ max_connections_a }
{
io_timeout = std::chrono::seconds::max ();
Expand Down

0 comments on commit f0e9f5b

Please sign in to comment.