don't connect to all seeds

This commit is contained in:
Daniel Larimer 2015-10-12 15:16:29 -04:00
parent 63bd27e7d2
commit 283de52f38

View file

@ -134,7 +134,6 @@ namespace detail {
{ {
ilog("Adding seed node ${endpoint}", ("endpoint", endpoint)); ilog("Adding seed node ${endpoint}", ("endpoint", endpoint));
_p2p_network->add_node(endpoint); _p2p_network->add_node(endpoint);
_p2p_network->connect_to_endpoint(endpoint);
} }
} }
} }