jimbursch
Well-known member
I was using this command:
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?
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?