aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2011-12-02 07:09:41 -0800
committerGavin Andresen <gavinandresen@gmail.com>2011-12-02 07:09:41 -0800
commit43ae68b5efb2d7f8c23f64d3efdbd49c9d90aff2 (patch)
tree186c1a741e48c5d397af28874325ef9ddfc2d8e4 /src/init.cpp
parent173efb1865e271dede53bcdff7ee2e189df07aa4 (diff)
parent2bc6cecebba52e32db43a0b2d9b519ac4a48c479 (diff)
downloadbitcoin-43ae68b5efb2d7f8c23f64d3efdbd49c9d90aff2.tar.xz
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 367e75f39b..dd8bdf5598 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))