aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2017-01-04 08:38:40 -0800
committerPieter Wuille <[email protected]>2017-01-04 08:48:21 -0800
commitce370c1811d25af629a28b56db4e8da6f899bdcf (patch)
treed7ace138704dc67f09c3c9266497367cf5f346ec /src/wallet/rpcwallet.cpp
parentMerge #9457: [qt] Select more files for translation (diff)
downloaddiscoin-ce370c1811d25af629a28b56db4e8da6f899bdcf.tar.xz
discoin-ce370c1811d25af629a28b56db4e8da6f899bdcf.zip
Mark the minconf parameter to move as ignored
Diffstat (limited to 'src/wallet/rpcwallet.cpp')
-rw-r--r--src/wallet/rpcwallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp
index 11d69ac19..936140cf4 100644
--- a/src/wallet/rpcwallet.cpp
+++ b/src/wallet/rpcwallet.cpp
@@ -757,7 +757,7 @@ UniValue movecmd(const JSONRPCRequest& request)
"1. \"fromaccount\" (string, required) The name of the account to move funds from. May be the default account using \"\".\n"
"2. \"toaccount\" (string, required) The name of the account to move funds to. May be the default account using \"\".\n"
"3. amount (numeric) Quantity of " + CURRENCY_UNIT + " to move between accounts.\n"
- "4. minconf (numeric, optional, default=1) Only use funds with at least this many confirmations.\n"
+ "4. (dummy) (numeric, optional) Ignored. Remains for backward compatibility.\n"
"5. \"comment\" (string, optional) An optional comment, stored in the wallet only.\n"
"\nResult:\n"
"true|false (boolean) true if successful.\n"