aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2011-12-02 07:09:41 -0800
committerGavin Andresen <[email protected]>2011-12-02 07:09:41 -0800
commit43ae68b5efb2d7f8c23f64d3efdbd49c9d90aff2 (patch)
tree186c1a741e48c5d397af28874325ef9ddfc2d8e4 /src/init.cpp
parentMerge pull request #670 from gavinandresen/rpcauth_speedup (diff)
parentMove DNS Seed lookup to a new thread. (diff)
downloaddiscoin-43ae68b5efb2d7f8c23f64d3efdbd49c9d90aff2.tar.xz
discoin-43ae68b5efb2d7f8c23f64d3efdbd49c9d90aff2.zip
Merge pull request #654 from TheBlueMatt/dnsseed-thread
Move DNS Seed lookup to a new thread.
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 367e75f39..dd8bdf559 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -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))