mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-13 06:03:54 +01:00
boost: remove useless threadGroup parameter from Discover
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user