You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
strUsage += HelpMessageOpt("-mintxfee=<amt>", strprintf("Fees (in BTC/Kb) smaller than this are considered zero fee for transaction creation (default: %s)",
349
349
FormatMoney(CWallet::minTxFee.GetFeePerK())));
350
350
strUsage += HelpMessageOpt("-paytxfee=<amt>", strprintf(_("Fee (in BTC/kB) to add to transactions you send (default: %s)"), FormatMoney(payTxFee.GetFeePerK())));
351
-
strUsage += HelpMessageOpt("-rescan", _("Rescan the block chain for missing wallet transactions") + "" + _("on startup"));
351
+
strUsage += HelpMessageOpt("-rescan", _("Rescan the blockchain for missing wallet transactions") + "" + _("on startup"));
352
352
strUsage += HelpMessageOpt("-salvagewallet", _("Attempt to recover private keys from a corrupt wallet.dat") + "" + _("on startup"));
353
353
strUsage += HelpMessageOpt("-sendfreetransactions", strprintf(_("Send transactions as zero-fee transactions if possible (default: %u)"), 0));
0 commit comments