Litecoin: settxfee label in LTC
This commit is contained in:
parent
55929d483b
commit
70313dd1e7
@ -106,8 +106,8 @@ Value settxfee(const Array& params, bool fHelp)
|
||||
{
|
||||
if (fHelp || params.size() < 1 || params.size() > 1)
|
||||
throw runtime_error(
|
||||
"settxfee <amount btc/kb>\n"
|
||||
"<amount> is a real and is rounded to the nearest 0.00000001 btc per kb");
|
||||
"settxfee <amount LTC/KB>\n"
|
||||
"<amount> is a real and is rounded to the nearest 0.00000001 LTC per KB");
|
||||
|
||||
// Amount
|
||||
int64 nAmount = 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user