aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorinstagibbs <gsanders87@gmail.com>2016-02-12 13:55:32 -0500
committerMarcoFalke <falke.marco@gmail.com>2016-04-27 22:34:48 +0200
commita9e73f71d4a622708a7f2f8b77e491adc74160e3 (patch)
treefd94c38ec335116fac4b41ac64574db47bbf2721 /src
parent90955940d5bbe037d512699c1bfca2689018daea (diff)
downloadbitcoin-a9e73f71d4a622708a7f2f8b77e491adc74160e3.tar.xz
Fix and cleanup listreceivedbyX documentation
Github-Pull: #7527 Rebased-From: c372572595b6b19a4dd88258401d8a0046ce4469
Diffstat (limited to 'src')
-rw-r--r--src/wallet/rpcwallet.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp
index ba43b805a3..921d5c1e21 100644
--- a/src/wallet/rpcwallet.cpp
+++ b/src/wallet/rpcwallet.cpp
@@ -1246,7 +1246,7 @@ UniValue listreceivedbyaddress(const UniValue& params, bool fHelp)
"\nList balances by receiving address.\n"
"\nArguments:\n"
"1. minconf (numeric, optional, default=1) The minimum number of confirmations before payments are included.\n"
- "2. includeempty (numeric, optional, default=false) Whether to include addresses that haven't received any payments.\n"
+ "2. includeempty (bool, 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"
"\nResult:\n"
@@ -1284,7 +1284,7 @@ UniValue listreceivedbyaccount(const UniValue& params, bool fHelp)
"\nDEPRECATED. List balances by account.\n"
"\nArguments:\n"
"1. minconf (numeric, optional, default=1) The minimum number of confirmations before payments are included.\n"
- "2. includeempty (boolean, optional, default=false) Whether to include accounts that haven't received any payments.\n"
+ "2. includeempty (bool, optional, default=false) Whether to include accounts that haven't received any payments.\n"
"3. includeWatchonly (bool, optional, default=false) Whether to include watchonly addresses (see 'importaddress').\n"
"\nResult:\n"