• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Bug: listreceivedbyaddress includes send addresses

jimbursch

Well-known member
I was using this command:
Code:
./dash-cli listreceivedbyaddress 0 true

to generate a list of unused addresses (0 confirmations and 0 amount) to assign to users for payment processing until I discovered that send addresses (external addresses where Dash was sent) are included in the list. This is a legacy bug from Bitcoin Core that is described here:

https://bitcointalk.org/index.php?topic=13011.0

@UdjinM6 -- are you aware of this issue?
 
Ah, I see what's going on! They list all addresses saved in wallet's address book BUT address book also stores addresses you sent to a) with some label attached to it or b) via payment request. You can check these addresses in "File" -> "Sending addresses...". I'm not sure if that's a feature or a bug but given the fact that amount is always "0" and no actual txes are listed I guess it's indeed a bug :)
 
Back
Top