File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -819,6 +819,9 @@ UniValue sendfrom(const JSONRPCRequest& request)
819
819
+ HelpRequiringPassphrase () + " \n "
820
820
" \n Arguments:\n "
821
821
" 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 "
822
825
" 2. \" toaddress\" (string, required) The bitcoin address to send funds to.\n "
823
826
" 3. amount (numeric or string, required) The amount in " + CURRENCY_UNIT + " (transaction fee is added on top).\n "
824
827
" 4. minconf (numeric, optional, default=1) Only use funds with at least this many confirmations.\n "
You can’t perform that action at this time.
0 commit comments