Browse Source

Litecoin: settxfee label in LTC

0.8
Warren Togami 11 years ago
parent
commit
70313dd1e7
  1. 4
      src/rpcblockchain.cpp

4
src/rpcblockchain.cpp

@ -106,8 +106,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 btc/kb>\n" "settxfee <amount LTC/KB>\n"
"<amount> is a real and is rounded to the nearest 0.00000001 btc per kb"); "<amount> is a real and is rounded to the nearest 0.00000001 LTC per KB");
// Amount // Amount
int64 nAmount = 0; int64 nAmount = 0;

Loading…
Cancel
Save