mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-12 15:49:31 +02:00
rpc: fix type mistmatch in listreceivedbyaddress
This commit is contained in:
@@ -1560,7 +1560,7 @@ UniValue listreceivedbyaddress(const JSONRPCRequest& request)
|
|||||||
" \"confirmations\" : n, (numeric) The number of confirmations of the most recent transaction included\n"
|
" \"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"
|
" \"label\" : \"label\", (string) The label of the receiving address. The default label is \"\".\n"
|
||||||
" \"txids\": [\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"
|
" ]\n"
|
||||||
" }\n"
|
" }\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user