Merge pull request #654 from TheBlueMatt/dnsseed-thread

Move DNS Seed lookup to a new thread.
This commit is contained in:
Gavin Andresen
2011-12-02 07:09:41 -08:00
3 changed files with 38 additions and 7 deletions

View File

@@ -487,11 +487,6 @@ bool AppInit2(int argc, char* argv[])
}
}
if (GetBoolArg("-nodnsseed"))
printf("DNS seeding disabled\n");
else
DNSAddressSeed();
if (mapArgs.count("-paytxfee"))
{
if (!ParseMoney(mapArgs["-paytxfee"], nTransactionFee))