diff options
| author | Matt Corallo <[email protected]> | 2011-11-21 12:25:00 -0500 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2011-12-02 12:55:14 -0500 |
| commit | ba56a88ca5fae52ce5690553d97e4e8ac1338dfd (patch) | |
| tree | 8b9582865587d7f7d442dad88d6e2aed64939035 /src/init.cpp | |
| parent | Orphan block fill-up-memory attack prevention (diff) | |
| download | discoin-ba56a88ca5fae52ce5690553d97e4e8ac1338dfd.tar.xz discoin-ba56a88ca5fae52ce5690553d97e4e8ac1338dfd.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 68303c19f..75ecfc574 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -519,11 +519,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)) |