diff options
| author | MarcoFalke <[email protected]> | 2015-09-14 17:42:05 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2015-11-30 18:01:43 +0100 |
| commit | faffc172ec08e08e266ef9517149853c59ad4b45 (patch) | |
| tree | 4163033dcc3d66c9c0ce77d45629d460b86c538f /src/wallet/rpcwallet.cpp | |
| parent | Fix url in .travis.yml (diff) | |
| download | discoin-faffc172ec08e08e266ef9517149853c59ad4b45.tar.xz discoin-faffc172ec08e08e266ef9517149853c59ad4b45.zip | |
rpcwallet: Clarify what settxfee does
Diffstat (limited to 'src/wallet/rpcwallet.cpp')
| -rw-r--r-- | src/wallet/rpcwallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index b6eaca80b..69af471a0 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -2174,7 +2174,7 @@ UniValue settxfee(const UniValue& 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. Overwrites the paytxfee parameter.\n" "\nArguments:\n" "1. amount (numeric, required) The transaction fee in " + CURRENCY_UNIT + "/kB rounded to the nearest 0.00000001\n" "\nResult\n" |