mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
boost: remove useless threadGroup parameter from Discover
This commit is contained in:
parent
f26866b9ca
commit
ba91724948
3 changed files with 3 additions and 7 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue