Skip to content

Commit 48d7e0d

Browse files
committed
Merge #9474: Mark the minconf parameter to move as ignored
ce370c1 Mark the minconf parameter to move as ignored (Pieter Wuille)
2 parents 7014506 + ce370c1 commit 48d7e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ UniValue movecmd(const JSONRPCRequest& request)
757757
"1. \"fromaccount\" (string, required) The name of the account to move funds from. May be the default account using \"\".\n"
758758
"2. \"toaccount\" (string, required) The name of the account to move funds to. May be the default account using \"\".\n"
759759
"3. amount (numeric) Quantity of " + CURRENCY_UNIT + " to move between accounts.\n"
760-
"4. minconf (numeric, optional, default=1) Only use funds with at least this many confirmations.\n"
760+
"4. (dummy) (numeric, optional) Ignored. Remains for backward compatibility.\n"
761761
"5. \"comment\" (string, optional) An optional comment, stored in the wallet only.\n"
762762
"\nResult:\n"
763763
"true|false (boolean) true if successful.\n"

0 commit comments

Comments
 (0)