aboutsummaryrefslogtreecommitdiff
path: root/init.cpp
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2011-03-13 17:15:59 -0400
committerGavin Andresen <[email protected]>2011-03-13 17:15:59 -0400
commit4b88647966a1144b5e5532fef50bbf34f9402e71 (patch)
tree8076c58bc252fe5b68e42776dfe395911633be8b /init.cpp
parentMerge branch 'log-timestamp' of https://github.com/TheBlueMatt/bitcoin (diff)
parentdnsseed: fix printf (diff)
downloaddiscoin-4b88647966a1144b5e5532fef50bbf34f9402e71.tar.xz
discoin-4b88647966a1144b5e5532fef50bbf34f9402e71.zip
Merge branch 'dns-seed' of https://github.com/jgarzik/bitcoin
Diffstat (limited to 'init.cpp')
-rw-r--r--init.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.cpp b/init.cpp
index ac2721db6..3afc8eedc 100644
--- a/init.cpp
+++ b/init.cpp
@@ -429,6 +429,9 @@ bool AppInit2(int argc, char* argv[])
}
}
+ if (mapArgs.count("-dnsseed"))
+ DNSAddressSeed();
+
if (mapArgs.count("-paytxfee"))
{
if (!ParseMoney(mapArgs["-paytxfee"], nTransactionFee))