1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00
This commit is contained in:
Jeff Becker 2019-05-11 15:48:17 -04:00
parent 87bdfa6e78
commit 6b28b46c78
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -1578,7 +1578,7 @@ namespace llarp
llarp_threadpool_start(disk);
for(const auto &rc : bootstrapRCList)
this->nodedb()->InsertAsync(rc);
this->nodedb()->Insert(rc);
routerProfiling().Load(routerProfilesFile.c_str());