Skip to content

Commit 05c03d1

Browse files
committed
rpc: fix type mistmatch in listreceivedbyaddress
1 parent 3b62a91 commit 05c03d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@ UniValue listreceivedbyaddress(const JSONRPCRequest& request)
15601560
" \"confirmations\" : n, (numeric) The number of confirmations of the most recent transaction included\n"
15611561
" \"label\" : \"label\", (string) The label of the receiving address. The default label is \"\".\n"
15621562
" \"txids\": [\n"
1563-
" n, (numeric) The ids of transactions received with the address \n"
1563+
" \"txid\", (string) The ids of transactions received with the address \n"
15641564
" ...\n"
15651565
" ]\n"
15661566
" }\n"

0 commit comments

Comments
 (0)