We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a2bd7 commit 84f42feCopy full SHA for 84f42fe
src/maidsafe/detail/session_getter.cc
@@ -33,7 +33,6 @@ SessionGetter::SessionGetter(const routing::BootstrapContacts& bootstrap_contact
33
public_pmid_helper_(),
34
asio_service_(2) {
35
data_getter_ = maidsafe::make_unique<nfs_client::DataGetter>(asio_service_, routing_);
36
- // FIXME need to update routing to get bootstrap endpoints along with public keys
37
InitRouting(bootstrap_contacts);
38
}
39
0 commit comments