We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0a9a8 commit fac11eaCopy full SHA for fac11ea
src/init.cpp
@@ -975,7 +975,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
975
{
976
CAmount nMaxFee = 0;
977
if (!ParseMoney(mapArgs["-maxtxfee"], nMaxFee))
978
- return InitError(AmountErrMsg("maxtxfee", mapArgs["-maptxfee"]));
+ return InitError(AmountErrMsg("maxtxfee", mapArgs["-maxtxfee"]));
979
if (nMaxFee > nHighTransactionMaxFeeWarning)
980
InitWarning(_("-maxtxfee is set very high! Fees this large could be paid on a single transaction."));
981
maxTxFee = nMaxFee;
0 commit comments