We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b62a91 commit 05c03d1Copy full SHA for 05c03d1
src/wallet/rpcwallet.cpp
@@ -1560,7 +1560,7 @@ UniValue listreceivedbyaddress(const JSONRPCRequest& request)
1560
" \"confirmations\" : n, (numeric) The number of confirmations of the most recent transaction included\n"
1561
" \"label\" : \"label\", (string) The label of the receiving address. The default label is \"\".\n"
1562
" \"txids\": [\n"
1563
- " n, (numeric) The ids of transactions received with the address \n"
+ " \"txid\", (string) The ids of transactions received with the address \n"
1564
" ...\n"
1565
" ]\n"
1566
" }\n"
0 commit comments