Fix formatting of help in sendfrom
This commit is contained in:
parent
a4430b624f
commit
4959ff2014
@ -881,19 +881,19 @@ UniValue sendfrom(const JSONRPCRequest& request)
|
|||||||
"\nDEPRECATED (use sendtoaddress). Sent an amount from an account to a dash address."
|
"\nDEPRECATED (use sendtoaddress). Sent an amount from an account to a dash address."
|
||||||
+ HelpRequiringPassphrase() + "\n"
|
+ HelpRequiringPassphrase() + "\n"
|
||||||
"\nArguments:\n"
|
"\nArguments:\n"
|
||||||
"1. \"fromaccount\" (string, required) The name of the account to send funds from. May be the default account using \"\".\n"
|
"1. \"fromaccount\" (string, required) The name of the account to send funds from. May be the default account using \"\".\n"
|
||||||
" Specifying an account does not influence coin selection, but it does associate the newly created\n"
|
" Specifying an account does not influence coin selection, but it does associate the newly created\n"
|
||||||
" transaction with the account, so the account's balance computation and transaction history can reflect\n"
|
" transaction with the account, so the account's balance computation and transaction history can reflect\n"
|
||||||
" the spend.\n"
|
" the spend.\n"
|
||||||
"2. \"toaddress\" (string, required) The dash address to send funds to.\n"
|
"2. \"toaddress\" (string, required) The dash address to send funds to.\n"
|
||||||
"3. amount (numeric or string, required) The amount in " + CURRENCY_UNIT + " (transaction fee is added on top).\n"
|
"3. amount (numeric or string, required) The amount in " + CURRENCY_UNIT + " (transaction fee is added on top).\n"
|
||||||
"4. minconf (numeric, optional, default=1) Only use funds with at least this many confirmations.\n"
|
"4. minconf (numeric, optional, default=1) Only use funds with at least this many confirmations.\n"
|
||||||
"5. addlockconf (bool, optional, default=false) Whether to add " + std::to_string(nInstantSendDepth) + " confirmations to transactions locked via InstantSend.\n"
|
"5. addlockconf (bool, optional, default=false) Whether to add " + std::to_string(nInstantSendDepth) + " confirmations to transactions locked via InstantSend.\n"
|
||||||
"6. \"comment\" (string, optional) A comment used to store what the transaction is for. \n"
|
"6. \"comment\" (string, optional) A comment used to store what the transaction is for. \n"
|
||||||
" This is not part of the transaction, just kept in your wallet.\n"
|
" This is not part of the transaction, just kept in your wallet.\n"
|
||||||
"7. \"comment_to\" (string, optional) An optional comment to store the name of the person or organization \n"
|
"7. \"comment_to\" (string, optional) An optional comment to store the name of the person or organization \n"
|
||||||
" to which you're sending the transaction. This is not part of the transaction, \n"
|
" to which you're sending the transaction. This is not part of the transaction, \n"
|
||||||
" it is just kept in your wallet.\n"
|
" it is just kept in your wallet.\n"
|
||||||
"\nResult:\n"
|
"\nResult:\n"
|
||||||
"\"txid\" (string) The transaction id.\n"
|
"\"txid\" (string) The transaction id.\n"
|
||||||
"\nExamples:\n"
|
"\nExamples:\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user