Skip to content

Commit faffc17

Browse files
author
MarcoFalke
committed
rpcwallet: Clarify what settxfee does
1 parent 9999cb0 commit faffc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2174,7 +2174,7 @@ UniValue settxfee(const UniValue& params, bool fHelp)
21742174
if (fHelp || params.size() < 1 || params.size() > 1)
21752175
throw runtime_error(
21762176
"settxfee amount\n"
2177-
"\nSet the transaction fee per kB.\n"
2177+
"\nSet the transaction fee per kB. Overwrites the paytxfee parameter.\n"
21782178
"\nArguments:\n"
21792179
"1. amount (numeric, required) The transaction fee in " + CURRENCY_UNIT + "/kB rounded to the nearest 0.00000001\n"
21802180
"\nResult\n"

0 commit comments

Comments
 (0)