Skip to content

Commit a7f3aed

Browse files
committed
Re-add BTC/KB in help message for settxfee
Commit a22eed6 got reverted in a RPC documentation update, redo it.
1 parent de9b4c7 commit a7f3aed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rpcwallet.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,9 +1850,9 @@ Value settxfee(const Array& params, bool fHelp)
18501850
if (fHelp || params.size() < 1 || params.size() > 1)
18511851
throw runtime_error(
18521852
"settxfee amount\n"
1853-
"\nSet the transaction fee. 'amount' is a real and is rounded to the nearest 0.00000001\n"
1853+
"\nSet the transaction fee per KB.\n"
18541854
"\nArguments:\n"
1855-
"1. amount (numeric, required) The transaction fee in btc rounded to the nearest 0.00000001\n"
1855+
"1. amount (numeric, required) The transaction fee in BTC/KB rounded to the nearest 0.00000001\n"
18561856
"\nResult\n"
18571857
"true|false (boolean) Returns true if successful\n"
18581858
"\nExamples:\n"

0 commit comments

Comments
 (0)