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 += " -disablewallet " + _("Do not load the wallet and disable wallet RPC calls") + "\n";
259
+
strUsage += " -keypool=<n> " + _("Set key pool size to <n> (default: 100)") + "\n";
260
260
if (GetBoolArg("-help-debug", false))
261
261
strUsage += " -mintxfee=<amt> " + strprintf(_("Fees (in BTC/Kb) smaller than this are considered zero fee for transaction creation (default: %s)"), FormatMoney(CWallet::minTxFee.GetFeePerK())) + "\n";
262
262
strUsage += " -paytxfee=<amt> " + strprintf(_("Fee (in BTC/kB) to add to transactions you send (default: %s)"), FormatMoney(payTxFee.GetFeePerK())) + "\n";
0 commit comments