|
|
@ -534,6 +534,7 @@ bool AppInit2(boost::thread_group& threadGroup, bool fForceServer) |
|
|
|
return InitError(strprintf(_("Invalid amount for -minrelaytxfee=<amount>: '%s'"), mapArgs["-minrelaytxfee"].c_str())); |
|
|
|
return InitError(strprintf(_("Invalid amount for -minrelaytxfee=<amount>: '%s'"), mapArgs["-minrelaytxfee"].c_str())); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef ENABLE_WALLET |
|
|
|
if (mapArgs.count("-paytxfee")) |
|
|
|
if (mapArgs.count("-paytxfee")) |
|
|
|
{ |
|
|
|
{ |
|
|
|
if (!ParseMoney(mapArgs["-paytxfee"], nTransactionFee)) |
|
|
|
if (!ParseMoney(mapArgs["-paytxfee"], nTransactionFee)) |
|
|
@ -542,7 +543,6 @@ bool AppInit2(boost::thread_group& threadGroup, bool fForceServer) |
|
|
|
InitWarning(_("Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction.")); |
|
|
|
InitWarning(_("Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction.")); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#ifdef ENABLE_WALLET |
|
|
|
|
|
|
|
strWalletFile = GetArg("-wallet", "wallet.dat"); |
|
|
|
strWalletFile = GetArg("-wallet", "wallet.dat"); |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
// ********************************************************* Step 4: application initialization: dir lock, daemonize, pidfile, debug log
|
|
|
|
// ********************************************************* Step 4: application initialization: dir lock, daemonize, pidfile, debug log
|
|
|
|