We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
settxfee
1 parent de9b4c7 commit a7f3aedCopy full SHA for a7f3aed
src/rpcwallet.cpp
@@ -1850,9 +1850,9 @@ Value settxfee(const Array& params, bool fHelp)
1850
if (fHelp || params.size() < 1 || params.size() > 1)
1851
throw runtime_error(
1852
"settxfee amount\n"
1853
- "\nSet the transaction fee. 'amount' is a real and is rounded to the nearest 0.00000001\n"
+ "\nSet the transaction fee per KB.\n"
1854
"\nArguments:\n"
1855
- "1. amount (numeric, required) The transaction fee in btc rounded to the nearest 0.00000001\n"
+ "1. amount (numeric, required) The transaction fee in BTC/KB rounded to the nearest 0.00000001\n"
1856
"\nResult\n"
1857
"true|false (boolean) Returns true if successful\n"
1858
"\nExamples:\n"
0 commit comments