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
1 changed files with 1 additions and 1 deletions

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());