Skip to content

Commit

Permalink
rpcwallet: Clarify what settxfee does
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Nov 30, 2015
1 parent 9999cb0 commit faffc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/rpcwallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2174,7 +2174,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"
Expand Down

0 comments on commit faffc17

Please sign in to comment.