mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-02-05 11:44:25 +00:00
Merge pull request #2978 from gmaxwell/rpc_settxfee_doc
Make settxfee clear that units are btc/kb.
This commit is contained in:
commit
d22d9753cc
@ -108,8 +108,8 @@ 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 btc/kb>\n"
|
||||||
"<amount> is a real and is rounded to the nearest 0.00000001");
|
"<amount> is a real and is rounded to the nearest 0.00000001 btc per kb");
|
||||||
|
|
||||||
// Amount
|
// Amount
|
||||||
int64 nAmount = 0;
|
int64 nAmount = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user