aboutsummaryrefslogtreecommitdiff
path: root/src/rpcwallet.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-01-30 14:13:30 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2014-01-30 14:13:30 +0100
commit6943cb9b4f917b4f3e74a70d525b5e3084a5ab59 (patch)
treeee087446e6097cc359501159ff5ba40d8755e751 /src/rpcwallet.cpp
parent2df5e3427c127f69a958be4201ce543aaaf8bcc3 (diff)
downloadbitcoin-6943cb9b4f917b4f3e74a70d525b5e3084a5ab59.tar.xz
small changes to rpc command help message strings
Diffstat (limited to 'src/rpcwallet.cpp')
-rw-r--r--src/rpcwallet.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rpcwallet.cpp b/src/rpcwallet.cpp
index 8311b39c4e..7045225825 100644
--- a/src/rpcwallet.cpp
+++ b/src/rpcwallet.cpp
@@ -1850,9 +1850,9 @@ Value settxfee(const Array& params, bool fHelp)
if (fHelp || params.size() < 1 || params.size() > 1)
throw runtime_error(
"settxfee amount\n"
- "\nSet the transaction fee per KB.\n"
+ "\nSet the transaction fee per kB.\n"
"\nArguments:\n"
- "1. amount (numeric, required) The transaction fee in BTC/KB 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"
"true|false (boolean) Returns true if successful\n"
"\nExamples:\n"