diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-02-09 09:56:22 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-02-09 09:56:37 +0100 |
| commit | 0514fb3b4cd4e2923d9fdddec84da0c4abcf3e5f (patch) | |
| tree | 11562ee6471cbcf1c66add2fe3c6933e027f4bb0 /src/rpcwallet.cpp | |
| parent | doc: add gist link to 'reject' P2P message mention in release notes (diff) | |
| parent | small changes to rpc command help message strings (diff) | |
| download | discoin-0514fb3b4cd4e2923d9fdddec84da0c4abcf3e5f.tar.xz discoin-0514fb3b4cd4e2923d9fdddec84da0c4abcf3e5f.zip | |
Merge pull request #3606
6943cb9 small changes to rpc command help message strings (Philip Kaufmann)
Diffstat (limited to 'src/rpcwallet.cpp')
| -rw-r--r-- | src/rpcwallet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rpcwallet.cpp b/src/rpcwallet.cpp index 8311b39c4..704522582 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" |