Merge pull request #2978 from gmaxwell/rpc_settxfee_doc

Make settxfee clear that units are btc/kb.
This commit is contained in:
Gavin Andresen 2013-09-05 21:57:52 -07:00
commit d22d9753cc
1 changed files with 2 additions and 2 deletions

View File

@ -108,8 +108,8 @@ Value settxfee(const Array& params, bool fHelp)
{
if (fHelp || params.size() < 1 || params.size() > 1)
throw runtime_error(
"settxfee <amount>\n"
"<amount> is a real and is rounded to the nearest 0.00000001");
"settxfee <amount btc/kb>\n"
"<amount> is a real and is rounded to the nearest 0.00000001 btc per kb");
// Amount
int64 nAmount = 0;