mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Fix typo in listreceivedbyaddress and listaccounts help text
This commit is contained in:
parent
3d3ce7421e
commit
5617267cd5
@ -1067,7 +1067,7 @@ Value listreceivedbyaddress(const Array& params, bool fHelp)
|
|||||||
"\nList balances by receiving address.\n"
|
"\nList balances by receiving address.\n"
|
||||||
"\nArguments:\n"
|
"\nArguments:\n"
|
||||||
"1. minconf (numeric, optional, default=1) The minimum number of confirmations before payments are included.\n"
|
"1. minconf (numeric, optional, default=1) The minimum number of confirmations before payments are included.\n"
|
||||||
"2. includeempty (numeric, optional, dafault=false) Whether to include addresses that haven't received any payments.\n"
|
"2. includeempty (numeric, optional, default=false) Whether to include addresses that haven't received any payments.\n"
|
||||||
"3. includeWatchonly (bool, optional, default=false) Whether to include watchonly addresses (see 'importaddress').\n"
|
"3. includeWatchonly (bool, optional, default=false) Whether to include watchonly addresses (see 'importaddress').\n"
|
||||||
|
|
||||||
"\nResult:\n"
|
"\nResult:\n"
|
||||||
@ -1335,7 +1335,7 @@ Value listaccounts(const Array& params, bool fHelp)
|
|||||||
"listaccounts ( minconf includeWatchonly)\n"
|
"listaccounts ( minconf includeWatchonly)\n"
|
||||||
"\nReturns Object that has account names as keys, account balances as values.\n"
|
"\nReturns Object that has account names as keys, account balances as values.\n"
|
||||||
"\nArguments:\n"
|
"\nArguments:\n"
|
||||||
"1. minconf (numeric, optional, default=1) Only onclude transactions with at least this many confirmations\n"
|
"1. minconf (numeric, optional, default=1) Only include transactions with at least this many confirmations\n"
|
||||||
"2. includeWatchonly (bool, optional, default=false) Include balances in watchonly addresses (see 'importaddress')\n"
|
"2. includeWatchonly (bool, optional, default=false) Include balances in watchonly addresses (see 'importaddress')\n"
|
||||||
"\nResult:\n"
|
"\nResult:\n"
|
||||||
"{ (json object where keys are account names, and values are numeric balances\n"
|
"{ (json object where keys are account names, and values are numeric balances\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user