mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-23 20:35:02 +02: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