Merge pull request #7136
fa19a58HelpMessage: Don't hide -mintxfee behind showDebug (MarcoFalke)faffc17rpcwallet: Clarify what settxfee does (MarcoFalke)9999cb0Fix url in .travis.yml (MarcoFalke)fa22a10contrib: Del. gitian downloader config and update gitian README (MarcoFalke)fad3035[doc] Minor markdown fixes (MarcoFalke)
This commit is contained in:
@@ -2178,7 +2178,7 @@ UniValue settxfee(const UniValue& params, bool fHelp)
|
||||
if (fHelp || params.size() < 1 || params.size() > 1)
|
||||
throw runtime_error(
|
||||
"settxfee amount\n"
|
||||
"\nSet the transaction fee per kB.\n"
|
||||
"\nSet the transaction fee per kB. Overwrites the paytxfee parameter.\n"
|
||||
"\nArguments:\n"
|
||||
"1. amount (numeric, required) The transaction fee in " + CURRENCY_UNIT + "/kB rounded to the nearest 0.00000001\n"
|
||||
"\nResult\n"
|
||||
|
||||
Reference in New Issue
Block a user