Hey
Some of your methods return the same error code for different error conditions which makes it difficult trying to return meaningful error messages to consumers. For example when I use getmultibalances with an address not in the wallet or again for an asset that does not exist on the chain, I get different error messages back but the same error code (-8).
Appreciate this is minor, but it wreaks havoc with my error handing!
Thanks
Marty