diff options
| author | Gavin Andresen <[email protected]> | 2011-03-13 17:15:59 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-03-13 17:15:59 -0400 |
| commit | 4b88647966a1144b5e5532fef50bbf34f9402e71 (patch) | |
| tree | 8076c58bc252fe5b68e42776dfe395911633be8b /init.cpp | |
| parent | Merge branch 'log-timestamp' of https://github.com/TheBlueMatt/bitcoin (diff) | |
| parent | dnsseed: fix printf (diff) | |
| download | discoin-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.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -429,6 +429,9 @@ bool AppInit2(int argc, char* argv[]) } } + if (mapArgs.count("-dnsseed")) + DNSAddressSeed(); + if (mapArgs.count("-paytxfee")) { if (!ParseMoney(mapArgs["-paytxfee"], nTransactionFee)) |