z_listreceivedaddress does not return expected data #352

Open
opened 6 months ago by duke · 0 comments
duke commented 6 months ago
Owner

Currently seeing this on the dev branch.

  • Use z_listunspent to get data on all zaddrs with funds
  • Use z_listreceivedaddress to get data on a particular zaddr
  • For some zaddrs z_listreceivedaddress works as expected, for others it returns no data

Note that z_listreceivedbyaddress (a very similar RPC with "by" in it) does return the correct data. So this seems like a bug in z_listreceivedaddress which is not in z_listreceivedbyaddress.

The bug seems to be that z_listreceivedaddress will not return zutxos with amount=0 but z_listreceivedbyaddress WILL return zutxos with amount=0. This is not documented nor clear from the help output of z_listreceivedaddress.

Currently seeing this on the dev branch. * Use z_listunspent to get data on all zaddrs with funds * Use z_listreceivedaddress to get data on a particular zaddr * For some zaddrs z_listreceivedaddress works as expected, for others it returns no data Note that z_listreceivedbyaddress (a very similar RPC with "by" in it) does return the correct data. So this seems like a bug in z_listreceivedaddress which is not in z_listreceivedbyaddress. The bug seems to be that z_listreceivedaddress will not return zutxos with amount=0 but z_listreceivedbyaddress WILL return zutxos with amount=0. This is not documented nor clear from the help output of z_listreceivedaddress.
duke added the
bug
label 6 months ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.