diff options
author | Matt Corallo <matt@bluematt.me> | 2011-11-21 12:25:00 -0500 |
---|---|---|
committer | Matt Corallo <matt@bluematt.me> | 2011-11-26 14:28:46 -0500 |
commit | 2bc6cecebba52e32db43a0b2d9b519ac4a48c479 (patch) | |
tree | 4512b4adb3dd1796f4129c7afe3d15c52a52bb39 /src/init.cpp | |
parent | 50aa850fc8e16dd90577f85477dae40bfa4abb27 (diff) |
Move DNS Seed lookup to a new thread.
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/init.cpp b/src/init.cpp index a6d0ab56e3..ee31ff9485 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -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)) |