Skip to content

Commit

Permalink
rpc: fix type mistmatch in listreceivedbyaddress
Browse files Browse the repository at this point in the history
  • Loading branch information
joemphilips committed Mar 31, 2018
1 parent 3b62a91 commit 05c03d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/rpcwallet.cpp
Expand Up @@ -1560,7 +1560,7 @@ UniValue listreceivedbyaddress(const JSONRPCRequest& request)
" \"confirmations\" : n, (numeric) The number of confirmations of the most recent transaction included\n"
" \"label\" : \"label\", (string) The label of the receiving address. The default label is \"\".\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"
Expand Down

0 comments on commit 05c03d1

Please sign in to comment.