boost: drop boost threads from torcontrol

This commit is contained in:
Cory Fields
2018-02-07 18:33:20 -05:00
parent ba91724948
commit 08272671d2
3 changed files with 5 additions and 5 deletions

View File

@@ -1665,7 +1665,7 @@ bool AppInitMain()
LogPrintf("nBestHeight = %d\n", chain_active_height);
if (gArgs.GetBoolArg("-listenonion", DEFAULT_LISTEN_ONION))
StartTorControl(threadGroup, scheduler);
StartTorControl();
Discover();