diff options
Diffstat (limited to 'init.cpp')
-rw-r--r-- | init.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -416,6 +416,9 @@ bool AppInit2(int argc, char* argv[]) } } + if (mapArgs.count("-dnsseed")) + DNSAddressSeed(); + if (mapArgs.count("-paytxfee")) { if (!ParseMoney(mapArgs["-paytxfee"], nTransactionFee)) |