mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-17 18:40:09 +00:00
Re-add BTC/KB in help message for settxfee
Commit a22eed6a got reverted in a RPC documentation update, redo it.
This commit is contained in:
parent
de9b4c7abc
commit
a7f3aedec3
@ -1850,9 +1850,9 @@ Value settxfee(const Array& params, bool fHelp)
|
|||||||
if (fHelp || params.size() < 1 || params.size() > 1)
|
if (fHelp || params.size() < 1 || params.size() > 1)
|
||||||
throw runtime_error(
|
throw runtime_error(
|
||||||
"settxfee amount\n"
|
"settxfee amount\n"
|
||||||
"\nSet the transaction fee. 'amount' is a real and is rounded to the nearest 0.00000001\n"
|
"\nSet the transaction fee per KB.\n"
|
||||||
"\nArguments:\n"
|
"\nArguments:\n"
|
||||||
"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"
|
||||||
"\nResult\n"
|
"\nResult\n"
|
||||||
"true|false (boolean) Returns true if successful\n"
|
"true|false (boolean) Returns true if successful\n"
|
||||||
"\nExamples:\n"
|
"\nExamples:\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user