don't connect to all seeds
This commit is contained in:
parent
63bd27e7d2
commit
283de52f38
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue