Skip to content

Commit

Permalink
Clarify addlocked description in getbalance RPC (#2364)
Browse files Browse the repository at this point in the history
* Trivial - Typo in getbalance RPC

* Clarify addlocked description in getbalance RPC

Co-Authored-By: thephez <[email protected]>
  • Loading branch information
2 people authored and UdjinM6 committed Oct 25, 2018
1 parent e3046ad commit 0ad2906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/rpcwallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ UniValue getbalance(const JSONRPCRequest& request)
"\nArguments:\n"
"1. \"account\" (string, optional) DEPRECATED. The selected account, or \"*\" for entire wallet. It may be the default account using \"\".\n"
"2. minconf (numeric, optional, default=1) Only include transactions confirmed at least this many times.\n"
"3. addlocked (bool, optional, default=false) Whether to add balance from transactions locked via InstantSend.\n"
"3. addlocked (bool, optional, default=false) Whether to include the value of transactions locked via InstantSend in the wallet's balance.\n"
"4. include_watchonly (bool, optional, default=false) Also include balance in watch-only addresses (see 'importaddress')\n"
"\nResult:\n"
"amount (numeric) The total amount in " + CURRENCY_UNIT + " received for this account.\n"
Expand Down

0 comments on commit 0ad2906

Please sign in to comment.