mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-18 11:30:44 +01:00
boost: remove useless threadGroup parameter from Discover
This commit is contained in:
@@ -2129,7 +2129,7 @@ bool CConnman::BindListenPort(const CService &addrBind, std::string& strError, b
|
||||
return true;
|
||||
}
|
||||
|
||||
void Discover(boost::thread_group& threadGroup)
|
||||
void Discover()
|
||||
{
|
||||
if (!fDiscover)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user