diff options
| author | Cory Fields <[email protected]> | 2018-02-07 18:33:20 -0500 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2018-02-08 14:35:29 -0500 |
| commit | 08272671d2218eb69589a0639cbb61ef7cde3004 (patch) | |
| tree | ab4d629613d83d75ae35a25dcd9d6ff7c22a27f2 /src/init.cpp | |
| parent | boost: remove useless threadGroup parameter from Discover (diff) | |
| download | discoin-08272671d2218eb69589a0639cbb61ef7cde3004.tar.xz discoin-08272671d2218eb69589a0639cbb61ef7cde3004.zip | |
boost: drop boost threads from torcontrol
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 9524da93c..9f61989a2 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -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(); |