Move DNS Seed lookup to a new thread.
[novacoin.git] / src / init.cpp
index a6d0ab5..ee31ff9 100644 (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))