diff options
| author | Matt Corallo <[email protected]> | 2011-11-21 12:25:00 -0500 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2011-11-26 14:28:46 -0500 |
| commit | 2bc6cecebba52e32db43a0b2d9b519ac4a48c479 (patch) | |
| tree | 4512b4adb3dd1796f4129c7afe3d15c52a52bb39 /src/init.cpp | |
| parent | update translations: da de nl ru zh_TW (diff) | |
| download | discoin-2bc6cecebba52e32db43a0b2d9b519ac4a48c479.tar.xz discoin-2bc6cecebba52e32db43a0b2d9b519ac4a48c479.zip | |
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 a6d0ab56e..ee31ff948 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)) |