Calling setaccount

+1 vote
I initially had a balance of USD 100, bond 200 of two assets.

I then ran command setaccount. Now I have two wallet addresses. I am not sure which address has the balance.

Is this command supported or is being deprecated? It's nice to refer an address by a name rather than an alphanumeric long text.
asked Sep 15, 2015 by anonymous

1 Answer

0 votes
The whole accounts mechanism was strangely implemented in Bitcoin Core and is being deprecated (see note at end of JSON-RPC APIs page). So account-related API calls are in MultiChain for backwards compatibility, but I don't recommend using them at all.
answered Sep 15, 2015 by MultiChain
...