Skip to content

Commit 00285ce

Browse files
committed
Merge #9840: Update sendfrom RPC help to correct coin selection misconception
f81f0d0 Update sendfrom RPC help to correct coin selection misconception (Russell Yanofsky)
2 parents 692c9ed + f81f0d0 commit 00285ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,9 @@ UniValue sendfrom(const JSONRPCRequest& request)
819819
+ HelpRequiringPassphrase() + "\n"
820820
"\nArguments:\n"
821821
"1. \"fromaccount\" (string, required) The name of the account to send funds from. May be the default account using \"\".\n"
822+
" Specifying an account does not influence coin selection, but it does associate the newly created\n"
823+
" transaction with the account, so the account's balance computation and transaction history can reflect\n"
824+
" the spend.\n"
822825
"2. \"toaddress\" (string, required) The bitcoin address to send funds to.\n"
823826
"3. amount (numeric or string, required) The amount in " + CURRENCY_UNIT + " (transaction fee is added on top).\n"
824827
"4. minconf (numeric, optional, default=1) Only use funds with at least this many confirmations.\n"

0 commit comments

Comments
 (0)