Currently I can’t see how many addresses I have, because when I do listaddressgroupings
it locks my wallet. Because it locks the wallet I can’t transfer from my wallet. Stopping the sending from wallet, is not an option for me.
What I want is to see listaddressgroupings
and be able to send from wallet at the same time.
Since that, when calling listaddressgroupings
you have at least 2 locks that I’ve removed from code. I’ve double checked that GetAddressBalances
nor GetAddressGroupings
is used in code in any other place except for listaddressgroupings
.