Move DNS Seed lookup to a new thread.

This commit is contained in:
Matt Corallo
2011-11-21 12:25:00 -05:00
committed by Luke Dashjr
parent 5d901f1ba0
commit ba56a88ca5
3 changed files with 38 additions and 7 deletions

View File

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