Move DNS Seed lookup to a new thread.

This commit is contained in:
Matt Corallo
2011-11-21 12:25:00 -05:00
parent 50aa850fc8
commit 2bc6cecebb
3 changed files with 38 additions and 7 deletions

View File

@@ -476,11 +476,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))