|
|
|
@ -575,7 +575,7 @@ bool AppInit2(boost::thread_group& threadGroup)
@@ -575,7 +575,7 @@ bool AppInit2(boost::thread_group& threadGroup)
|
|
|
|
|
{ |
|
|
|
|
if (!ParseMoney(mapArgs["-paytxfee"], nTransactionFee)) |
|
|
|
|
return InitError(strprintf(_("Invalid amount for -paytxfee=<amount>: '%s'"), mapArgs["-paytxfee"])); |
|
|
|
|
if (nTransactionFee > 0.25 * COIN) |
|
|
|
|
if (nTransactionFee > nHighTransactionFeeWarning) |
|
|
|
|
InitWarning(_("Warning: -paytxfee is set very high! This is the transaction fee you will pay if you send a transaction.")); |
|
|
|
|
} |
|
|
|
|
bSpendZeroConfChange = GetArg("-spendzeroconfchange", true); |
|
|
|
|