This commit is contained in:
Gavin Andresen
2011-03-13 17:15:59 -04:00
3 changed files with 31 additions and 0 deletions

View File

@@ -429,6 +429,9 @@ bool AppInit2(int argc, char* argv[])
}
}
if (mapArgs.count("-dnsseed"))
DNSAddressSeed();
if (mapArgs.count("-paytxfee"))
{
if (!ParseMoney(mapArgs["-paytxfee"], nTransactionFee))