aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorjoemphilips <joemphilips@gmail.com>2018-03-30 17:59:37 +0900
committerMarcoFalke <falke.marco@gmail.com>2018-07-12 10:03:03 -0400
commitbf1f1501903a2a0df4ac5fd4b2bfe086ffe88773 (patch)
tree0aaf4c8e676c7aaced42b45d7c9ab91d8627d4c2 /src/wallet
parent2291774bd5a4cd7692db27de09728c98298db599 (diff)
downloadbitcoin-bf1f1501903a2a0df4ac5fd4b2bfe086ffe88773.tar.xz
rpc: fix type mistmatch in listreceivedbyaddress
Github-Pull: #12837 Rebased-From: 05c03d1249c6fe30dbfcea9f3f3a3bd02106035b
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/rpcwallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp
index 9364d18d30..8d8c582424 100644
--- a/src/wallet/rpcwallet.cpp
+++ b/src/wallet/rpcwallet.cpp
@@ -1537,7 +1537,7 @@ UniValue listreceivedbyaddress(const JSONRPCRequest& request)
" \"confirmations\" : n, (numeric) The number of confirmations of the most recent transaction included\n"
" \"label\" : \"label\", (string) A comment for the address/transaction, if any\n"
" \"txids\": [\n"
- " n, (numeric) The ids of transactions received with the address \n"
+ " \"txid\", (string) The ids of transactions received with the address \n"
" ...\n"
" ]\n"
" }\n"