diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2018-02-07 17:42:39 -0500 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2018-02-08 14:35:28 -0500 |
commit | ba917249486310985a34a5250bb570ca18821322 (patch) | |
tree | ee3abc56f29ce92b369bf33f5479f5879332a803 /src/init.cpp | |
parent | f26866b9caf9ff27d129c703f51b8c2922000243 (diff) |
boost: remove useless threadGroup parameter from Discover
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 2912beec68..9524da93cd 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1667,7 +1667,7 @@ bool AppInitMain() if (gArgs.GetBoolArg("-listenonion", DEFAULT_LISTEN_ONION)) StartTorControl(threadGroup, scheduler); - Discover(threadGroup); + Discover(); // Map ports with UPnP if (gArgs.GetBoolArg("-upnp", DEFAULT_UPNP)) { |