rpc: fix type mistmatch in listreceivedbyaddress

This commit is contained in:
joemphilips 2018-03-30 17:59:37 +09:00
parent 3b62a91386
commit 05c03d1249
No known key found for this signature in database
GPG Key ID: DA98EA12CF93D08C
1 changed files with 1 additions and 1 deletions

View File

@ -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"